summaryrefslogtreecommitdiff
path: root/arch/s390/configs/defconfig
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-05-04 14:40:46 +0300
committerAlexander Gordeev <agordeev@linux.ibm.com>2023-05-15 15:20:14 +0300
commit124acbe275040809abfa5fbe6e25790a53d5a161 (patch)
tree99e30cd37f9dd7d0c803d24dafb8c5f7cc04cc66 /arch/s390/configs/defconfig
parent844cf829e5f33e00b279230470c8c93b58b8c16f (diff)
downloadlinux-124acbe275040809abfa5fbe6e25790a53d5a161.tar.xz
s390/defconfigs: set CONFIG_INIT_STACK_NONE=y
Set CONFIG_INIT_STACK_NONE=y in defconfigs to avoid the extra overhead of initializing all stack variables by default. Users who want to have that must change the configuration on their own. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/configs/defconfig')
-rw-r--r--arch/s390/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/configs/defconfig b/arch/s390/configs/defconfig
index 693297a2e897..b0643283bbdd 100644
--- a/arch/s390/configs/defconfig
+++ b/arch/s390/configs/defconfig
@@ -686,6 +686,7 @@ CONFIG_IMA_DEFAULT_HASH_SHA256=y
CONFIG_IMA_WRITE_POLICY=y
CONFIG_IMA_APPRAISE=y
CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
+CONFIG_INIT_STACK_NONE=y
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_USER=m
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set