ANDROID: gki_defconfig: remove CONFIG_INIT_STACK_ALL_ZERO=y

Thanks to commit bdcb1d7cf2 ("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:
Greg Kroah-Hartman
2022-11-03 02:31:52 +01:00
parent d2bc3376cd
commit 7bcea6c5c9
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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