projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6caae5
)
Skip normalize_cmdline_options() for the slub_debug cmdline parameter
author
Alexander Popov
<alex.popov@linux.com>
Mon, 12 Jun 2023 12:00:32 +0000
(15:00 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 12 Jun 2023 12:00:32 +0000
(15:00 +0300)
See setup_slub_debug() in mm/slub.c
kconfig_hardened_check/checks.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/checks.py
b/kconfig_hardened_check/checks.py
index 46922a2db82d3186713ab1c34b796b58a0f8b2aa..fc1f6dd58f834389ac6b17b7ad5bd282ebf252b7 100644
(file)
--- a/
kconfig_hardened_check/checks.py
+++ b/
kconfig_hardened_check/checks.py
@@
-588,6
+588,7
@@
no_kstrtobool_options = [
'retbleed', # See retbleed_parse_cmdline() in arch/x86/kernel/cpu/bugs.c
'rodata', # See set_debug_rodata() in init/main.c
'ssbd', # See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c
+ 'slub_debug', # See setup_slub_debug() in mm/slub.c
'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c
]