mirror of
https://aur.archlinux.org/linux-vfio.git
synced 2025-07-06 20:54:30 +00:00
Update to 4.8.13-1
This commit is contained in:
20
PKGBUILD
20
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgbase=linux-vfio
|
||||
_srcname=linux-4.8
|
||||
pkgver=4.8.10
|
||||
pkgver=4.8.13
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
@ -22,10 +22,13 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
'linux.preset'
|
||||
'change-default-console-loglevel.patch'
|
||||
'0001-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch'
|
||||
'0001-i915-Add-module-option-to-support-VGA-arbiter-on-HD-.patch')
|
||||
'0001-i915-Add-module-option-to-support-VGA-arbiter-on-HD-.patch'
|
||||
'fix_race_condition_in_packet_set_ring.diff'
|
||||
'net_handle_no_dst_on_skb_in_icmp6_send.patch'
|
||||
)
|
||||
sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
|
||||
'SKIP'
|
||||
'd0ea1671c488957d7b1ef46a5107c47c16b37f2985ca7ee4c900ba0f89d40d3c'
|
||||
'f0e2f7f738e1a639956e01ba7ef8d3df40ecb5c7586eb366bcd4af70049a7a3c'
|
||||
'SKIP'
|
||||
'01dd9e64e4d5c2188fcbb5a48375c987b16f28f383fb42559a34e1a2c5a8ef2a'
|
||||
'4111ac3a567c2fccd56368c36dad29753c0df4eae721b4a475bae20dae76855a'
|
||||
@ -33,7 +36,9 @@ sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
|
||||
'99d0102c8065793096b8ea2ccc01c41fa3dcb96855f9f6f2c583b2372208c6f9'
|
||||
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
|
||||
'd36c589e3866535a9ac92911be64795967a05a6d300cc8b70abb79ea24b7b393'
|
||||
'97c6eaff4dfd2059835351afa9466b43569f3eb45f6c57094f57a3f3fad7ec85')
|
||||
'97c6eaff4dfd2059835351afa9466b43569f3eb45f6c57094f57a3f3fad7ec85'
|
||||
'68067f9be72c0b7d0fe78f00514ad12cab597bfd63083ff4d9d2745c8bd3b616'
|
||||
'144bb67184d7e1fda1a254b5364f72465e3070179713071c72c18618e7b6218a')
|
||||
validpgpkeys=(
|
||||
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
||||
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
|
||||
@ -47,6 +52,13 @@ prepare() {
|
||||
# add upstream patch
|
||||
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# fix a race condition that allows to gain root
|
||||
# https://marc.info/?l=linux-netdev&m=148054660230570&w=2
|
||||
patch -p1 -i "${srcdir}/fix_race_condition_in_packet_set_ring.diff"
|
||||
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=189851
|
||||
patch -p1 -i "${srcdir}/net_handle_no_dst_on_skb_in_icmp6_send.patch"
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
||||
|
Reference in New Issue
Block a user