summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-10-28 20:37:01 +0100
committerJonathon Fernyhough2022-10-28 20:37:01 +0100
commitf920a4136ba5ef2de9ac1523da90772da931bd33 (patch)
treef242c1f1d477e19fa269174baae5bdf6ed5ae51e
parentd5d08d4c72f0739b05d04559c8addffa5d6a22c2 (diff)
downloadaur-f920a4136ba5ef2de9ac1523da90772da931bd33.tar.gz
Upstream 5.10.151
-rw-r--r--.SRCINFO10
-rw-r--r--0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch11
-rw-r--r--PKGBUILD8
3 files changed, 7 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7cd3fa3fa10..8afccd896210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts510
pkgdesc = LTS 5.10 Linux
- pkgver = 5.10.150
+ pkgver = 5.10.151
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -20,18 +20,16 @@ pkgbase = linux-lts510
makedepends = graphviz
makedepends = imagemagick
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.150.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.150.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.151.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.151.tar.sign
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- source = 0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 5813bc3c5d70b0beb26de4b627baa33554d01bed8c842a2e46072cf03d74dee1
+ sha256sums = dd8d6d0b0dad2be98f5f07bcd4cf7780a60a7de6367fdd2f5cd8f48dabeed1fa
sha256sums = SKIP
sha256sums = 2367f59976f6fc902d226229564a98f5d1df3a91e742a292c3deccc3e4a8ffc0
sha256sums = 96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e
- sha256sums = 7bb98f326314557afb158902c5eec8e0e42cf3f973ddffe78e1850f0309dd780
pkgname = linux-lts510
pkgdesc = The LTS 5.10 Linux kernel and modules
diff --git a/0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch b/0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch
deleted file mode 100644
index 0cb524229ec6..000000000000
--- a/0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scripts/link-vmlinux.sh
-+++ b/scripts/link-vmlinux.sh
-@@ -161,7 +161,7 @@
- vmlinux_link ${1}
-
- info "BTF" ${2}
-- LLVM_OBJCOPY=${OBJCOPY} ${PAHOLE} -J ${1}
-+ LLVM_OBJCOPY=${OBJCOPY} ${PAHOLE} --skip_encoding_btf_enum64 -J ${1}
-
- # Create ${2} which contains just .BTF section but no symbols. Add
- # SHF_ALLOC because .BTF will be part of the vmlinux image. --strip-all
diff --git a/PKGBUILD b/PKGBUILD
index 13d8085466cd..b1e2953e42b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgbase=linux-lts510
-pkgver=5.10.150
+pkgver=5.10.151
pkgrel=1
pkgdesc='LTS 5.10 Linux'
url="https://www.kernel.org/"
@@ -18,18 +18,16 @@ source=(
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
config # the main kernel config file
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- 0002-add_skip_encoding_bpf_enum64_option_to_pahole.patch
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
# https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('5813bc3c5d70b0beb26de4b627baa33554d01bed8c842a2e46072cf03d74dee1'
+sha256sums=('dd8d6d0b0dad2be98f5f07bcd4cf7780a60a7de6367fdd2f5cd8f48dabeed1fa'
'SKIP'
'2367f59976f6fc902d226229564a98f5d1df3a91e742a292c3deccc3e4a8ffc0'
- '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e'
- '7bb98f326314557afb158902c5eec8e0e42cf3f973ddffe78e1850f0309dd780')
+ '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase