forked from AUR/linux-vfio
Update to 5.11.4.arch1
This commit is contained in:
parent
04fd2a6645
commit
ba4f8244a4
10
.SRCINFO
10
.SRCINFO
@ -1,8 +1,8 @@
|
||||
pkgbase = linux-vfio
|
||||
pkgdesc = Linux
|
||||
pkgver = 5.11.2.arch1
|
||||
pkgver = 5.11.4.arch1
|
||||
pkgrel = 1
|
||||
url = https://git.archlinux.org/linux.git/log/?h=v5.11.2-arch1
|
||||
url = https://git.archlinux.org/linux.git/log/?h=v5.11.4-arch1
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = bc
|
||||
@ -20,17 +20,15 @@ pkgbase = linux-vfio
|
||||
makedepends = imagemagick
|
||||
makedepends = git
|
||||
options = !strip
|
||||
source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.11.2-arch1
|
||||
source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.11.4-arch1
|
||||
source = config
|
||||
source = sphinx-workaround.patch
|
||||
source = add-acs-overrides.patch
|
||||
source = i915-vga-arbiter.patch
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
validpgpkeys = A2FF3A36AAA56654109064AB19802F8B0D70FC30
|
||||
sha256sums = SKIP
|
||||
sha256sums = d8d5d11c80424985642b0eea6ace3256b5a1e5e69d637104523460a5ebdda202
|
||||
sha256sums = 52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb
|
||||
sha256sums = 0c4c3b90f011cac0973d65031d12c518da831d4563fee6ae60ee06929fe0bc81
|
||||
sha256sums = b90be7b79652be61f7d50691000f6a8c75a240dc2eee2667b68d984f67583f77
|
||||
sha256sums = 1c621f67bbf9efef610d1b2d1afd727fca9ceaa298f807bd0348b59ec6ce9562
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -4,7 +4,7 @@
|
||||
# Upstream: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-vfio
|
||||
pkgver=5.11.2.arch1
|
||||
pkgver=5.11.4.arch1
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
_srctag=v${pkgver%.*}-${pkgver##*.}
|
||||
@ -21,7 +21,6 @@ _srcname=archlinux-linux
|
||||
source=(
|
||||
"$_srcname::git+https://git.archlinux.org/linux.git?signed#tag=$_srctag"
|
||||
config # the main kernel config file
|
||||
sphinx-workaround.patch # Sphinx 3.5 broke the build again
|
||||
add-acs-overrides.patch
|
||||
i915-vga-arbiter.patch
|
||||
)
|
||||
@ -31,8 +30,7 @@ validpgpkeys=(
|
||||
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'd8d5d11c80424985642b0eea6ace3256b5a1e5e69d637104523460a5ebdda202'
|
||||
'52fc0fcd806f34e774e36570b2a739dbdf337f7ff679b1c1139bee54d03301eb'
|
||||
'0c4c3b90f011cac0973d65031d12c518da831d4563fee6ae60ee06929fe0bc81'
|
||||
'b90be7b79652be61f7d50691000f6a8c75a240dc2eee2667b68d984f67583f77'
|
||||
'1c621f67bbf9efef610d1b2d1afd727fca9ceaa298f807bd0348b59ec6ce9562' )
|
||||
|
||||
|
5
config
5
config
@ -1,11 +1,11 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.11.0-arch1 Kernel Configuration
|
||||
# Linux/x86 5.11.4-arch1 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=100200
|
||||
CONFIG_LD_VERSION=236000000
|
||||
CONFIG_LD_VERSION=236010000
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
@ -262,6 +262,7 @@ CONFIG_BPF_PRELOAD=y
|
||||
CONFIG_BPF_PRELOAD_UMD=m
|
||||
CONFIG_USERFAULTFD=y
|
||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||
CONFIG_KCMP=y
|
||||
CONFIG_RSEQ=y
|
||||
# CONFIG_EMBEDDED is not set
|
||||
CONFIG_HAVE_PERF_EVENTS=y
|
||||
|
Loading…
Reference in New Issue
Block a user