commit | bc75bf104e650e38907265cb7d9396dfe3f599c0 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Apr 14 11:47:49 2020 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Tue Apr 14 11:47:49 2020 +0930 |
tree | 532257176ec98947fad952df36fc4092d70942c2 | |
parent | 6e60548f439e07806f3089a611f801ac85238f0b [diff] |
linux-aspeed: Enable DEBUG_LIST This option is considered a security enhancement[1]. [1] https://lore.kernel.org/lkml/20200324153643.15527-11-will@kernel.org/ Change-Id: Ic023ba3ed782984e35a2381db36cf44bde709997 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig b/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig index f19fb39..d39aa18 100644 --- a/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig +++ b/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig
@@ -229,6 +229,7 @@ CONFIG_PANIC_TIMEOUT=-1 # CONFIG_SCHED_DEBUG is not set CONFIG_SCHED_STACK_END_CHECK=y +CONFIG_DEBUG_LIST=y CONFIG_FUNCTION_TRACER=y # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_DEBUG_WX=y
diff --git a/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig b/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig index 45da2b2..1c6c0f6 100644 --- a/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig +++ b/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig
@@ -252,6 +252,7 @@ CONFIG_PANIC_TIMEOUT=-1 # CONFIG_SCHED_DEBUG is not set CONFIG_SCHED_STACK_END_CHECK=y +CONFIG_DEBUG_LIST=y CONFIG_FUNCTION_TRACER=y # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_DEBUG_WX=y
diff --git a/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig b/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig index 8f21ec5..a7d1d7d 100644 --- a/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig +++ b/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig
@@ -285,6 +285,7 @@ CONFIG_PANIC_TIMEOUT=-1 # CONFIG_SCHED_DEBUG is not set CONFIG_SCHED_STACK_END_CHECK=y +CONFIG_DEBUG_LIST=y CONFIG_FUNCTION_TRACER=y # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_DEBUG_WX=y