forked from AUR/linux-vfio
Update to 4.17.9-1
This commit is contained in:
24
PKGBUILD
24
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgbase=linux-vfio
|
||||
_srcname=linux-4.17
|
||||
pkgver=4.17.3
|
||||
pkgver=4.17.9
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://www.kernel.org/"
|
||||
@ -20,10 +20,10 @@ source=(
|
||||
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
|
||||
0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
|
||||
0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
|
||||
0004-mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
|
||||
# patches for pci passthrough
|
||||
add-acs-overrides.patch
|
||||
i915-vga-arbiter.patch
|
||||
PCI-Add-Intel-7th-8th-Gen-mobile-to-ACS-quirks.patch
|
||||
)
|
||||
validpgpkeys=(
|
||||
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
||||
@ -31,18 +31,18 @@ validpgpkeys=(
|
||||
)
|
||||
sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
|
||||
'SKIP'
|
||||
'01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596'
|
||||
'52131a497efaed724afaa7f7022249f8f8e6e555cbe407a6619908ed2ebcee89'
|
||||
'SKIP'
|
||||
'0269d9a56f0d0306c9bd5c179a7e32214b0a1c082d3bca581661203b27305f17'
|
||||
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
||||
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
||||
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
|
||||
'e3c08f9b91611186e5ec579187ecea2a0143e5c2dc7ffc30ac6ea6e2b6d130fd'
|
||||
'5403dead9161344b2c01027526146a250147680f4a2d32a54d40c55fc1becc8a'
|
||||
'd55e7de60b12bca26ded4c1bb8eb5860a9092374914a201a0f6a0ed2849d099f'
|
||||
'8ab566ab93723bb1c372e8f62f8cd714e6a16fc414d703ba4d255f132cffadd8'
|
||||
'fc1734c1d24aca66015d93f8636afd52afa0f939516d83efb3457da6b5044944'
|
||||
'429ed1161b9b178df97e53dc6439f770e5198b5544f7421d0e48a3dd77fe371f')
|
||||
'92f848d0e21fbb2400e50d1c1021514893423641e5450896d7b1d88aa880b2b9'
|
||||
'fc3c50ae6bd905608e0533a883ab569fcf54038fb9d6569b391107d9fd00abbc'
|
||||
'bc50c605bd0e1fa7437c21ddef728b83b6de3322b988e14713032993dfa1fc69'
|
||||
'66284102261c4ed53db050e9045c8672ba0e5171884b46e58f6cd417774d8578'
|
||||
'5517df72ddb44f873670c75d89544461473274b2636e2299de93eb829510ea50'
|
||||
'fc1734c1d24aca66015d93f8636afd52afa0f939516d83efb3457da6b5044944')
|
||||
|
||||
_kernelname=${pkgbase#linux}
|
||||
: ${_kernelname:=-ARCH}
|
||||
@ -65,15 +65,15 @@ prepare() {
|
||||
# https://bugs.archlinux.org/task/56780
|
||||
patch -Np1 -i ../0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
|
||||
|
||||
# Fix iwd provoking a BUG
|
||||
patch -Np1 -i ../0004-mac80211-disable-BHs-preemption-in-ieee80211_tx_cont.patch
|
||||
|
||||
# patches for vga arbiter fix in intel systems
|
||||
patch -p1 -i "${srcdir}/i915-vga-arbiter.patch"
|
||||
|
||||
# Overrides for missing acs capabilities
|
||||
patch -p1 -i "${srcdir}/add-acs-overrides.patch"
|
||||
|
||||
# patches for specific intel cpus
|
||||
patch -p1 -i "${srcdir}/PCI-Add-Intel-7th-8th-Gen-mobile-to-ACS-quirks.patch"
|
||||
|
||||
cat ../config - >.config <<END
|
||||
CONFIG_LOCALVERSION="${_kernelname}"
|
||||
CONFIG_LOCALVERSION_AUTO=n
|
||||
|
Reference in New Issue
Block a user