Skip to content

Commit 871808f

Browse files
bulwahnsuryasaimadhu
authored andcommitted
x86/configs: Update configs in x86_debug.config
Commit 4675ff0 ("kmemcheck: rip it out") removed kmemcheck and its corresponding build config KMEMCHECK. Commit 0f620ce ("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
1 parent e0dccc3 commit 871808f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernel/configs/x86_debug.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ CONFIG_DEBUG_SLAB=y
77
CONFIG_DEBUG_KMEMLEAK=y
88
CONFIG_DEBUG_PAGEALLOC=y
99
CONFIG_SLUB_DEBUG_ON=y
10-
CONFIG_KMEMCHECK=y
1110
CONFIG_DEBUG_OBJECTS=y
1211
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
1312
CONFIG_GCOV_KERNEL=y
1413
CONFIG_LOCKDEP=y
1514
CONFIG_PROVE_LOCKING=y
1615
CONFIG_SCHEDSTATS=y
17-
CONFIG_VMLINUX_VALIDATION=y
16+
CONFIG_NOINSTR_VALIDATION=y
1817
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y

0 commit comments

Comments
 (0)