From bcb560cb4472bc57d365dea4702bcb146640188e Mon Sep 17 00:00:00 2001 From: AK-Papon Date: Sun, 25 Aug 2024 12:23:14 +0600 Subject: [PATCH] Defconfig : Enable CONFIG_INIT_ON_FREE_DEFAULT_ON --- arch/arm64/configs/tp_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tp_defconfig b/arch/arm64/configs/tp_defconfig index 88419ace1d98..175f1bfce7f3 100644 --- a/arch/arm64/configs/tp_defconfig +++ b/arch/arm64/configs/tp_defconfig @@ -6125,7 +6125,7 @@ CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y # CONFIG_INIT_STACK_ALL_PATTERN is not set CONFIG_INIT_STACK_ALL_ZERO=y CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y -# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_INIT_ON_FREE_DEFAULT_ON=y # end of Memory initialization # end of Kernel hardening options # end of Security options