From: Alexander Popov Date: Mon, 12 Jun 2023 12:43:05 +0000 (+0300) Subject: Skip normalize_cmdline_options() for the iommu cmdline parameter X-Git-Tag: v0.6.6~146 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=d85b4a586681e3f70029b3225b63934701afd7a6;hp=18915d533a2430c48ca62a53e3ddc5028522d955;p=kconfig-hardened-check.git Skip normalize_cmdline_options() for the iommu cmdline parameter See iommu_setup() in arch/x86/kernel/pci-dma.c --- diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index fc1f6dd..6a41be2 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -589,6 +589,7 @@ no_kstrtobool_options = [ '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 ]