Skip normalize_cmdline_options() for the iommu cmdline parameter
authorAlexander Popov <alex.popov@linux.com>
Mon, 12 Jun 2023 12:43:05 +0000 (15:43 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 12 Jun 2023 12:43:05 +0000 (15:43 +0300)
See iommu_setup() in arch/x86/kernel/pci-dma.c

kconfig_hardened_check/checks.py

index fc1f6dd58f834389ac6b17b7ad5bd282ebf252b7..6a41be215541c6368c0f7aab0fca888421d4e081 100644 (file)
@@ -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
 ]