mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
ANDROID: gki_defconfig: remove CONFIG_INIT_STACK_ALL_ZERO=y
Thanks to commitbdcb1d7cf2("hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO"), this is now the default, no need to specify it explicitly. So remove it from the gki_defconfig files so that the build works properly again. Fixes:bdcb1d7cf2("hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I32715acc4fcdd98f6ab05fa698571cf3e744db41
This commit is contained in:
parent
d2bc3376cd
commit
7bcea6c5c9
|
|
@ -647,7 +647,6 @@ CONFIG_HARDENED_USERCOPY=y
|
|||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
CONFIG_INIT_STACK_ALL_ZERO=y
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
CONFIG_CRYPTO_CHACHA20POLY1305=y
|
||||
CONFIG_CRYPTO_ADIANTUM=y
|
||||
|
|
|
|||
|
|
@ -580,7 +580,6 @@ CONFIG_HARDENED_USERCOPY=y
|
|||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
CONFIG_INIT_STACK_ALL_ZERO=y
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
CONFIG_CRYPTO_CHACHA20POLY1305=y
|
||||
CONFIG_CRYPTO_ADIANTUM=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user