diff --git a/.SRCINFO b/.SRCINFO index e04b1b1..9439fed 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 5.15.15 + pkgver = 5.16.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.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.15.xz - source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.15.12-1113 + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.sign + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.16.1.xz + source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.1-1116 source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz - 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 + source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.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/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E - sha256sums = 57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8 + sha256sums = 027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb sha256sums = SKIP - sha256sums = dcd6c14eae29a175fe13bbfdaa9adee1ab1cfa374d7d789658c373c340b3201a + sha256sums = 9ff97f3a01ec8744863ff611315c44c1f5d1ff551769f7d8359c85561dee1b1d sha256sums = SKIP sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba - sha256sums = a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391 + sha256sums = c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197 sha256sums = ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28 pkgname = linux-clear diff --git a/PKGBUILD b/PKGBUILD index 06cdcaa..171d121 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -76,10 +76,10 @@ ### IMPORTANT: Do no edit below this line unless you know what you're doing -_major=5.15 -_minor=15 +_major=5.16 +_minor=1 _srcname=linux-${_major} -_clr=${_major}.12-1113 +_clr=${_major}.1-1116 pkgbase=linux-clear pkgver=${_major}.${_minor} pkgrel=1 @@ -99,8 +99,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/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" + "0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6b08df20f31708099a7fbccf5448958b4836118f/linux-${_major}.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/6b08df20f31708099a7fbccf5448958b4836118f/linux-${_major}.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch" ) if [ -n "$_use_llvm_lto" ]; then @@ -323,11 +323,11 @@ _package-headers() { install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile cp -t "$builddir" -a scripts - # add objtool for external module building and enabled VALIDATION_STACK option + # required when STACK_VALIDATION is enabled install -Dt "$builddir/tools/objtool" tools/objtool/objtool - # add xfs and shmem for aufs building - mkdir -p "$builddir"/{fs/xfs,mm} + # required when DEBUG_INFO_BTF_MODULES is enabled + #install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids echo "Installing headers..." cp -t "$builddir" -a include @@ -399,12 +399,12 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8' +sha256sums=('027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb' 'SKIP' - 'dcd6c14eae29a175fe13bbfdaa9adee1ab1cfa374d7d789658c373c340b3201a' + '9ff97f3a01ec8744863ff611315c44c1f5d1ff551769f7d8359c85561dee1b1d' 'SKIP' 'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba' - 'a99d5a96302aaf49da43d3b4d2f9a5f92b1ae9a1bc7f474f0f01a87f64439391' + 'c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197' 'ece72251dacc37d239a5bbf170629c155cee634c05febd8d654b110077d29f28') validpgpkeys=(