Skip to content

Commit

Permalink
config: Disable DEBUG_LIST
Browse files Browse the repository at this point in the history
The hardening we want is already part of `LIST_HARDENED`.

Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/26
  • Loading branch information
heftig authored and xdevs23 committed Mar 13, 2024
1 parent 66c9dcf commit c88e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/configs/nitrous_defconfig
Expand Up @@ -5453,6 +5453,7 @@ CONFIG_INTEGRITY_MACHINE_KEYRING=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="landlock,lockdown,yama,integrity,bpf"
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_LIST_HARDENED=y
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_TEST=m
Expand Down Expand Up @@ -5565,7 +5566,6 @@ CONFIG_KFENCE_DEFERRABLE=y
CONFIG_DEBUG_SHIRQ=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_SCHEDSTATS=y
CONFIG_DEBUG_LIST=y
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_TRACE is not set
CONFIG_BOOTTIME_TRACING=y
Expand Down

0 comments on commit c88e4b9

Please sign in to comment.