From f220a2802730b294846766e6064750543b5df9dd Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 9 Nov 2021 11:47:43 +0100 Subject: [PATCH] 5.15.1-1 (clr 5.15.1-1089) --- .SRCINFO | 20 ++++++++++---------- PKGBUILD | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 749546e..ac858e3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 5.14.17 + pkgver = 5.15.1 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 @@ -13,21 +13,21 @@ pkgbase = linux-clear makedepends = pahole makedepends = xmlto options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.tar.xz - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.14.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.14.17.xz - source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.14.15-1086 + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.sign + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.1.xz + source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.15.1-1089 source = more-uarches-20210914.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210914.tar.gz - source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch - source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch + source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch + source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E - sha256sums = 7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2 + sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8 sha256sums = SKIP - sha256sums = bfe913fd04c78f544e6a416e3a0952066635548cb155412f62ba4d82769637ff + sha256sums = 07f435f2754bfa6a0d28720d53309bd04f339d4f3ec70db5aa5632dde2ae248c sha256sums = SKIP sha256sums = b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611 - sha256sums = 1c7aee7bccb1d848887b0cef273518badb09021788b148db1c6168d4c761f1fd + sha256sums = a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391 sha256sums = ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28 pkgname = linux-clear diff --git a/PKGBUILD b/PKGBUILD index 84450b7..2f49f62 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -73,10 +73,10 @@ _use_current= ### IMPORTANT: Do no edit below this line unless you know what you're doing -_major=5.14 -_minor=17 +_major=5.15 +_minor=1 _srcname=linux-${_major} -_clr=${_major}.15-1086 +_clr=${_major}.1-1089 pkgbase=linux-clear pkgver=${_major}.${_minor} pkgrel=1 @@ -93,8 +93,8 @@ source=( "https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz" "$pkgbase::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}" "more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/$_gcc_more_v.tar.gz" - "0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch" - "0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/e2d48df5def86f498766b22e836a9c2f1bcb3809/linux-5.14.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch" + "0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch" + "0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/8ba6612318090567422d49ccc79bc7bbe5484cfc/linux-5.15.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch" ) export KBUILD_BUILD_HOST=archlinux @@ -186,7 +186,7 @@ prepare() { # https://github.com/graysky2/kernel_compiler_patch # make sure to apply after olddefconfig to allow the next section echo "Patching to enable GCC optimization for other uarchs..." - patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.8-5.14.patch" + patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.15+.patch" if [ -n "$_subarch" ]; then # user wants a subarch so apply choice defined above interactively via 'yes' @@ -356,12 +356,12 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2' +sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8' 'SKIP' - 'bfe913fd04c78f544e6a416e3a0952066635548cb155412f62ba4d82769637ff' + '07f435f2754bfa6a0d28720d53309bd04f339d4f3ec70db5aa5632dde2ae248c' 'SKIP' 'b70720e7537a0b6455edaeb198d52151fb3b3c3a91631b8f43d2e71b694da611' - '1c7aee7bccb1d848887b0cef273518badb09021788b148db1c6168d4c761f1fd' + 'a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391' 'ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28') validpgpkeys=(