core/linux-armv7 to 6.12.1-2

Support NFS use case, see:
https://archlinuxarm.org/forum/viewtopic.php?f=7&t=17121
This commit is contained in:
graysky 2024-11-22 15:06:36 -05:00
parent 3552a38668
commit fe355b8d38
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ _srcname=linux-6.12
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform" _desc="ARMv7 multi-platform"
pkgver=6.12.1 pkgver=6.12.1
pkgrel=1 pkgrel=2
rcnver=6.12.0 rcnver=6.12.0
rcnrel=multiv7-r1 rcnrel=multiv7-r1
arch=('armv7h') arch=('armv7h')
@ -41,7 +41,7 @@ md5sums=('844fae6a58c7f43af44d8cea8484b4a1'
'74f514abbd92de3368e3d4cf11165317' '74f514abbd92de3368e3d4cf11165317'
'8782b146a24e043a1da5e437f689e864' '8782b146a24e043a1da5e437f689e864'
'527b0497440d97de53ee1e31fd51bdbc' '527b0497440d97de53ee1e31fd51bdbc'
'd9b4ccf775cc98933b4a3d11ae2c2d65' '345bc2e5c98624bc498b7132b9eeafbd'
'9e4fc0be1094c64af6f127e5be9ceb50' '9e4fc0be1094c64af6f127e5be9ceb50'
'61c5ff73c136ed07a7aadbf58db3d96a' '61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8' '584777ae88bce2c5659960151b64c7d8'

View file

@ -10623,7 +10623,7 @@ CONFIG_INTEGRITY_AUDIT=y
# CONFIG_EVM is not set # CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_SMACK=y CONFIG_DEFAULT_SECURITY_SMACK=y
# CONFIG_DEFAULT_SECURITY_DAC is not set # 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 # Kernel hardening options