mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: GKI: remove CONFIG_INIT_STACK_ALL_ZERO from gki_defconfig
Thanks to commitdcb7c0b946("hardening: Clarify Kconfig text for auto-var-init"), CONFIG_INIT_STACK_ALL_ZERO is now automatically selected depending on the compiler's support for it, so it is not longer needed to explicitly enable it in the config file. Fixes:dcb7c0b946("hardening: Clarify Kconfig text for auto-var-init") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I9df386f22d3a24ae0f9ab4da2e0ab35277a48f17
This commit is contained in:
@@ -619,7 +619,6 @@ CONFIG_FORTIFY_SOURCE=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
|
||||
|
||||
@@ -562,7 +562,6 @@ CONFIG_FORTIFY_SOURCE=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
|
||||
|
||||
Reference in New Issue
Block a user