projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8aa92
)
Skip normalize_cmdline_options() for the vdso32 and vdso cmdline parameters
author
Alexander Popov
<alex.popov@linux.com>
Mon, 12 Jun 2023 12:55:41 +0000
(15:55 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 12 Jun 2023 12:55:41 +0000
(15:55 +0300)
See vdso32_setup() in arch/x86/entry/vdso/vdso32-setup.c
kconfig_hardened_check/checks.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/checks.py
b/kconfig_hardened_check/checks.py
index 1e156586af6d1328ea3727172fc31a89a368b11b..9052aaa4f1fa03a616d4360f3dec6c898acec3e2 100644
(file)
--- a/
kconfig_hardened_check/checks.py
+++ b/
kconfig_hardened_check/checks.py
@@
-591,6
+591,8
@@
no_kstrtobool_options = [
'slub_debug', # See setup_slub_debug() in mm/slub.c
'iommu', # See iommu_setup() in arch/x86/kernel/pci-dma.c
'vsyscall', # See vsyscall_setup() in arch/x86/entry/vsyscall/vsyscall_64.c
+ 'vdso32', # See vdso32_setup() in arch/x86/entry/vdso/vdso32-setup.c
+ 'vdso', # See vdso32_setup() in arch/x86/entry/vdso/vdso32-setup.c
'tsx' # See tsx_init() in arch/x86/kernel/cpu/tsx.c
]