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:
9653013
)
Skip normalize_cmdline_options() for the ssbd cmdline parameter
author
Alexander Popov
<alex.popov@linux.com>
Mon, 5 Jun 2023 20:44:42 +0000
(23:44 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 5 Jun 2023 20:44:42 +0000
(23:44 +0300)
See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c
kconfig_hardened_check/checks.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/checks.py
b/kconfig_hardened_check/checks.py
index cec143e4fd8ae4e573c115da84adaa29c338c596..b83be112f2143e50ae2edfbd24c18614f7022559 100644
(file)
--- a/
kconfig_hardened_check/checks.py
+++ b/
kconfig_hardened_check/checks.py
@@
-588,6
+588,7
@@
no_kstrtobool_options = [
'srbds', # See srbds_parse_cmdline() in arch/x86/kernel/cpu/bugs.c
'mmio_stale_data', # See mmio_stale_data_parse_cmdline() in arch/x86/kernel/cpu/bugs.c
'retbleed', # See retbleed_parse_cmdline() in arch/x86/kernel/cpu/bugs.c
+ 'ssbd', # See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c
'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c
]