Update to 5.5.13.arch1-1

This commit is contained in:
Katelyn Schiesser 2020-03-27 11:10:16 -07:00
parent 8e830e6a43
commit 9390714e34
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
pkgbase = linux-vfio
pkgdesc = Linux
pkgver = 5.5.10.arch1
pkgver = 5.5.13.arch1
pkgrel = 1
url = https://git.archlinux.org/linux.git/log/?h=v5.5.10-arch1
url = https://git.archlinux.org/linux.git/log/?h=v5.5.13-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.5.10-arch1
source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.5.13-arch1
source = config
source = add-acs-overrides.patch
source = i915-vga-arbiter.patch
@ -24,7 +24,7 @@ pkgbase = linux-vfio
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
sha256sums = SKIP
sha256sums = 237a8d76fb2ea8ba61123a537cac2586c11847e32e4461a920f75371c70fee50
sha256sums = 14a660a9d445ed3d1abde0338e92d7f23d94d850c3fc21634c45147d00e1ca61
sha256sums = 9863dfc3c3213cd6d3501363cc57de897eda5cdd2c68c1b6fc247c66559c0532
sha256sums = fb0d88c416328639db0a870d31c0e2c6cb7b5428f3f3fe89be37d09d13f685c0
pkgname = linux-vfio

View File

@ -3,7 +3,7 @@
# Upstream: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=linux-vfio
pkgver=5.5.10.arch1
pkgver=5.5.13.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@ -30,7 +30,7 @@ validpgpkeys=(
)
sha256sums=('SKIP'
'237a8d76fb2ea8ba61123a537cac2586c11847e32e4461a920f75371c70fee50'
'14a660a9d445ed3d1abde0338e92d7f23d94d850c3fc21634c45147d00e1ca61'
'9863dfc3c3213cd6d3501363cc57de897eda5cdd2c68c1b6fc247c66559c0532'
'fb0d88c416328639db0a870d31c0e2c6cb7b5428f3f3fe89be37d09d13f685c0'
)

View File

@ -53,7 +53,7 @@ diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/adm
index 0c404cda531a..0d45f0014f4a 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3423,6 +3423,14 @@
@@ -3427,6 +3427,14 @@
nomsi [MSI] If the PCI_MSI kernel config parameter is
enabled, this kernel boot option can be used to
disable the use of MSI interrupts system-wide.