projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dccc3
)
x86/configs: Update configs in x86_debug.config
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Fri, 22 Jul 2022 12:18:15 +0000
(14:18 +0200)
committer
Borislav Petkov
<bp@suse.de>
Wed, 27 Jul 2022 16:09:11 +0000
(18:09 +0200)
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
kernel/configs/x86_debug.config
patch
|
blob
|
history
diff --git
a/kernel/configs/x86_debug.config
b/kernel/configs/x86_debug.config
index dcd86f32f4ed69420c566b68dbcd47e2913f05df..6fac5b405334e199148a41a3320809b8fa7423eb 100644
(file)
--- 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