From: Ingo Molnar Date: Fri, 2 Sep 2022 08:41:42 +0000 (+0200) Subject: x86/defconfig: Enable CONFIG_DEBUG_WX=y X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0d2e63d4c618185cdd92faae10bdde33a00c25d;p=linux.git x86/defconfig: Enable CONFIG_DEBUG_WX=y 7 years after it got introduced it's time to make this the default, at least in the x86 defconfigs. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index a2924891b4cff..3cf34912abfe2 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig @@ -273,6 +273,7 @@ CONFIG_PRINTK_TIME=y CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y +CONFIG_DEBUG_WX=y CONFIG_DEBUG_STACK_USAGE=y # CONFIG_SCHED_DEBUG is not set CONFIG_SCHEDSTATS=y diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 2a7333ba514a3..27759236fd60e 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -269,6 +269,7 @@ CONFIG_SECURITY_SELINUX_DISABLE=y CONFIG_PRINTK_TIME=y CONFIG_DEBUG_KERNEL=y CONFIG_MAGIC_SYSRQ=y +CONFIG_DEBUG_WX=y CONFIG_DEBUG_STACK_USAGE=y # CONFIG_SCHED_DEBUG is not set CONFIG_SCHEDSTATS=y