Commit 7e8aa925 by Alexander Popov

Skip normalize_cmdline_options() for the vsyscall cmdline parameter

See vsyscall_setup() in arch/x86/entry/vsyscall/vsyscall_64.c
parent d85b4a58
...@@ -590,6 +590,7 @@ no_kstrtobool_options = [ ...@@ -590,6 +590,7 @@ no_kstrtobool_options = [
'ssbd', # See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c 'ssbd', # See parse_spectre_v4_param() in arch/arm64/kernel/proton-pack.c
'slub_debug', # See setup_slub_debug() in mm/slub.c 'slub_debug', # See setup_slub_debug() in mm/slub.c
'iommu', # See iommu_setup() in arch/x86/kernel/pci-dma.c 'iommu', # See iommu_setup() in arch/x86/kernel/pci-dma.c
'vsyscall', # See vsyscall_setup() in arch/x86/entry/vsyscall/vsyscall_64.c
'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c 'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment