summaryrefslogtreecommitdiffstats
path: root/kernel/configs
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2022-07-22 14:18:15 +0200
committerBorislav Petkov <bp@suse.de>2022-07-27 18:09:11 +0200
commit871808fd6981bcc6bb48f71032f983ca77748e96 (patch)
tree13b52d457c35b62ad06dbdfcfdba9bc67a9d8a67 /kernel/configs
parente0dccc3b76fb35bb257b4118367a883073d7390e (diff)
downloadlinux-871808fd6981bcc6bb48f71032f983ca77748e96.tar.gz
linux-871808fd6981bcc6bb48f71032f983ca77748e96.tar.bz2
linux-871808fd6981bcc6bb48f71032f983ca77748e96.zip
x86/configs: Update configs in x86_debug.config
Commit 4675ff05de2d ("kmemcheck: rip it out") removed kmemcheck and its corresponding build config KMEMCHECK. Commit 0f620cefd775 ("objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"") renamed the debug config option. Adjust x86_debug.config to those changes in debug configs. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20220722121815.27535-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'kernel/configs')
-rw-r--r--kernel/configs/x86_debug.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/configs/x86_debug.config b/kernel/configs/x86_debug.config
index dcd86f32f4ed..6fac5b405334 100644
--- a/kernel/configs/x86_debug.config
+++ b/kernel/configs/x86_debug.config
@@ -7,12 +7,11 @@ CONFIG_DEBUG_SLAB=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_SLUB_DEBUG_ON=y
-CONFIG_KMEMCHECK=y
CONFIG_DEBUG_OBJECTS=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
CONFIG_GCOV_KERNEL=y
CONFIG_LOCKDEP=y
CONFIG_PROVE_LOCKING=y
CONFIG_SCHEDSTATS=y
-CONFIG_VMLINUX_VALIDATION=y
+CONFIG_NOINSTR_VALIDATION=y
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y