From: Alexander Popov Date: Mon, 5 Jun 2023 20:44:42 +0000 (+0300) Subject: Skip normalize_cmdline_options() for the ssbd cmdline parameter X-Git-Tag: v0.6.6~150 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=8c565d5f86789588dee14c01339dbead2d234502;hp=9653013a77da4113e69d27992520394e1239a01e;p=kconfig-hardened-check.git Skip normalize_cmdline_options() for the ssbd cmdline parameter See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c --- diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index cec143e..b83be11 100644 --- 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 ]