forked from AUR/linux-vfio
Update to 5.6.8.arch1
This commit is contained in:
parent
5325ca81a5
commit
f2a253fc08
10
.SRCINFO
10
.SRCINFO
@ -1,8 +1,8 @@
|
||||
pkgbase = linux-vfio
|
||||
pkgdesc = Linux
|
||||
pkgver = 5.6.7.arch1
|
||||
pkgver = 5.6.8.arch1
|
||||
pkgrel = 1
|
||||
url = https://git.archlinux.org/linux.git/log/?h=v5.6.7-arch1
|
||||
url = https://git.archlinux.org/linux.git/log/?h=v5.6.8-arch1
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = bc
|
||||
@ -15,7 +15,7 @@ pkgbase = linux-vfio
|
||||
makedepends = imagemagick
|
||||
makedepends = git
|
||||
options = !strip
|
||||
source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.6.7-arch1
|
||||
source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.6.8-arch1
|
||||
source = config
|
||||
source = add-acs-overrides.patch
|
||||
source = i915-vga-arbiter.patch
|
||||
@ -24,8 +24,8 @@ pkgbase = linux-vfio
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
|
||||
sha256sums = SKIP
|
||||
sha256sums = dfd3310bc2d3c4adbaba5e4f2260a8a110706993be1c3e02a5ddfe88bf0c63ce
|
||||
sha256sums = 4938b7121862e54c614668d1f662fcdd37e0c4f11cf386a425f9d4c3849d00ef
|
||||
sha256sums = f392c9ecbb5177ea2573aaf22935322940ea2be0366f3fb9c9f861431f4aed21
|
||||
sha256sums = c39393514e5a9e215628177b5258fc63d1ba4f9a223e91076ef9eccb4395d6a8
|
||||
sha256sums = 094a29902b52cec2f0840219225a1458ca925f875524ecb7827da62a33c74ccf
|
||||
sha256sums = e2e2e64ed4b716046a999b880fe41def580eca89fb6eb412ed141d2d3c7715da
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -4,7 +4,7 @@
|
||||
# Upstream: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
pkgbase=linux-vfio
|
||||
pkgver=5.6.7.arch1
|
||||
pkgver=5.6.8.arch1
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||
@ -31,8 +31,8 @@ validpgpkeys=(
|
||||
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'dfd3310bc2d3c4adbaba5e4f2260a8a110706993be1c3e02a5ddfe88bf0c63ce'
|
||||
'4938b7121862e54c614668d1f662fcdd37e0c4f11cf386a425f9d4c3849d00ef'
|
||||
'f392c9ecbb5177ea2573aaf22935322940ea2be0366f3fb9c9f861431f4aed21'
|
||||
'c39393514e5a9e215628177b5258fc63d1ba4f9a223e91076ef9eccb4395d6a8'
|
||||
'094a29902b52cec2f0840219225a1458ca925f875524ecb7827da62a33c74ccf'
|
||||
'e2e2e64ed4b716046a999b880fe41def580eca89fb6eb412ed141d2d3c7715da')
|
||||
|
||||
|
@ -179,7 +179,7 @@ index fbeb9f73ef28..3bf409c65609 100644
|
||||
/*
|
||||
* Decoding should be disabled for a PCI device during BAR sizing to avoid
|
||||
* conflict. But doing so may cause problems on host bridge and perhaps other
|
||||
@@ -4701,6 +4801,8 @@ static const struct pci_dev_acs_enabled {
|
||||
@@ -4767,6 +4867,8 @@ static const struct pci_dev_acs_enabled {
|
||||
{ PCI_VENDOR_ID_BROADCOM, 0xD714, pci_quirk_brcm_acs },
|
||||
/* Amazon Annapurna Labs */
|
||||
{ PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS, 0x0031, pci_quirk_al_acs },
|
||||
|
4
config
4
config
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.6.5-arch2 Kernel Configuration
|
||||
# Linux/x86 5.6.8-arch1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
@ -9849,7 +9849,7 @@ CONFIG_NFS_FSCACHE=y
|
||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||
CONFIG_NFS_DEBUG=y
|
||||
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
|
||||
# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
|
||||
CONFIG_NFSD=m
|
||||
CONFIG_NFSD_V2_ACL=y
|
||||
CONFIG_NFSD_V3=y
|
||||
|
Loading…
Reference in New Issue
Block a user