diff options
author | Ingo Molnar <mingo@kernel.org> | 2022-09-02 11:41:42 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2022-09-02 11:41:42 +0300 |
commit | c0d2e63d4c618185cdd92faae10bdde33a00c25d (patch) | |
tree | c0bf5aae44b55b636edc1565493f41c1a1d16f95 /arch/x86/configs/x86_64_defconfig | |
parent | 81290934eafd19ad1799526ed63ce9d92df6294c (diff) | |
download | linux-c0d2e63d4c618185cdd92faae10bdde33a00c25d.tar.xz |
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 <mingo@kernel.org>
Diffstat (limited to 'arch/x86/configs/x86_64_defconfig')
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 2a7333ba514a..27759236fd60 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 |