Date: Thursday, June 2, 2022 @ 00:24:29 Author: anthraxx Revision: 447443
upgpkg: linux-hardened 5.17.12.hardened2-2: disable CONFIG_BPF_PRELOAD avoid failed to find valid kernel BTF Fixes FS#69155 Modified: linux-hardened/trunk/PKGBUILD linux-hardened/trunk/config ----------+ PKGBUILD | 4 ++-- config | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-01 22:14:06 UTC (rev 447442) +++ PKGBUILD 2022-06-02 00:24:29 UTC (rev 447443) @@ -5,7 +5,7 @@ pkgbase=linux-hardened pkgver=5.17.12.hardened2 -pkgrel=1 +pkgrel=2 pkgdesc='Security-Hardened Linux' url='https://github.com/anthraxx/linux-hardened' arch=(x86_64) @@ -32,7 +32,7 @@ 'SKIP' 'bbdb6b139f3bfad150a8cfbc96a2d6469441f851c70eaeb3c676148ea82a217e' 'SKIP' - 'f643222508239d6134817ca3322b7cc6f6507f61f10c1a8004a5c3cf1c42d346') + '9b41235c2e6794bad7c452413b3d7ac1d0550cf01999f4c1acbd4058d2d6076f') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase Modified: config =================================================================== --- config 2022-06-01 22:14:06 UTC (rev 447442) +++ config 2022-06-02 00:24:29 UTC (rev 447443) @@ -116,9 +116,7 @@ CONFIG_BPF_JIT_ALWAYS_ON=y CONFIG_BPF_JIT_DEFAULT_ON=y CONFIG_BPF_UNPRIV_DEFAULT_OFF=y -CONFIG_USERMODE_DRIVER=y -CONFIG_BPF_PRELOAD=y -CONFIG_BPF_PRELOAD_UMD=m +# CONFIG_BPF_PRELOAD is not set CONFIG_BPF_LSM=y # end of BPF subsystem