X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2Fchecks.py;h=6a41be215541c6368c0f7aab0fca888421d4e081;hb=d85b4a586681e3f70029b3225b63934701afd7a6;hp=46922a2db82d3186713ab1c34b796b58a0f8b2aa;hpb=d6caae5328a051d33e43ffec040cae03d8f6a07f;p=kconfig-hardened-check.git diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index 46922a2..6a41be2 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -588,6 +588,8 @@ 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 + 'iommu', # See iommu_setup() in arch/x86/kernel/pci-dma.c 'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c ]