From fe355b8d387423901c8cba41ec1f2e514206db23 Mon Sep 17 00:00:00 2001 From: graysky Date: Fri, 22 Nov 2024 15:06:36 -0500 Subject: [PATCH] core/linux-armv7 to 6.12.1-2 Support NFS use case, see: https://archlinuxarm.org/forum/viewtopic.php?f=7&t=17121 --- core/linux-armv7/PKGBUILD | 4 ++-- core/linux-armv7/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/linux-armv7/PKGBUILD b/core/linux-armv7/PKGBUILD index cb015dd31..e6577b950 100644 --- a/core/linux-armv7/PKGBUILD +++ b/core/linux-armv7/PKGBUILD @@ -8,7 +8,7 @@ _srcname=linux-6.12 _kernelname=${pkgbase#linux} _desc="ARMv7 multi-platform" pkgver=6.12.1 -pkgrel=1 +pkgrel=2 rcnver=6.12.0 rcnrel=multiv7-r1 arch=('armv7h') @@ -41,7 +41,7 @@ md5sums=('844fae6a58c7f43af44d8cea8484b4a1' '74f514abbd92de3368e3d4cf11165317' '8782b146a24e043a1da5e437f689e864' '527b0497440d97de53ee1e31fd51bdbc' - 'd9b4ccf775cc98933b4a3d11ae2c2d65' + '345bc2e5c98624bc498b7132b9eeafbd' '9e4fc0be1094c64af6f127e5be9ceb50' '61c5ff73c136ed07a7aadbf58db3d96a' '584777ae88bce2c5659960151b64c7d8' diff --git a/core/linux-armv7/config b/core/linux-armv7/config index 0332d4b06..eadf51dbe 100644 --- a/core/linux-armv7/config +++ b/core/linux-armv7/config @@ -10623,7 +10623,7 @@ CONFIG_INTEGRITY_AUDIT=y # CONFIG_EVM is not set CONFIG_DEFAULT_SECURITY_SMACK=y # CONFIG_DEFAULT_SECURITY_DAC is not set -CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,landlock" +CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,landlock,lockdown,bpf" # # Kernel hardening options