From ab789e87501fb9422dc835f4928101840b0bc82c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 27 Mar 2020 12:12:50 +0100 Subject: [PATCH] ANDROID: gki_defconfig: enable CONFIG_DEBUG_LIST For lots of good security reasons, this config option needs to be enabled Bug: 152470236 Signed-off-by: Greg Kroah-Hartman Change-Id: I96a88bbee9c4d17be97ed63262dbab2ef31fee79 --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 957399d2e8bc..0822dd6948c3 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -490,6 +490,7 @@ CONFIG_SOFTLOCKUP_DETECTOR=y # CONFIG_DETECT_HUNG_TASK is not set CONFIG_SCHEDSTATS=y # CONFIG_DEBUG_PREEMPT is not set +CONFIG_DEBUG_LIST=y CONFIG_CORESIGHT=y CONFIG_CORESIGHT_STM=y # CONFIG_RUNTIME_TESTING_MENU is not set diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 618c9943be21..88cc720ca201 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -430,3 +430,4 @@ CONFIG_PANIC_TIMEOUT=5 CONFIG_SOFTLOCKUP_DETECTOR=y # CONFIG_DETECT_HUNG_TASK is not set CONFIG_SCHEDSTATS=y +CONFIG_DEBUG_LIST=y