INIT_STACK_ALL -> INIT_STACK_ALL_ZERO (was renamed)
authorAlexander Popov <alex.popov@linux.com>
Fri, 23 Oct 2020 18:03:01 +0000 (21:03 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 23 Oct 2020 18:03:01 +0000 (21:03 +0300)
kconfig_hardened_check/__init__.py

index fe06bc951136aa8baa1d836631a9558faf27d0a2..f6bc68c0df2a219ab9ba8d5a77db7e48c950a96a 100644 (file)
@@ -352,7 +352,7 @@ def construct_checklist(l, arch):
              modules_not_set)]
     l += [OR(OptCheck('self_protection', 'kspp', 'MODULE_SIG_FORCE', 'y'),
              modules_not_set)] # refers to LOCKDOWN
-    l += [OR(OptCheck('self_protection', 'kspp', 'INIT_STACK_ALL', 'y'),
+    l += [OR(OptCheck('self_protection', 'kspp', 'INIT_STACK_ALL_ZERO', 'y'),
              OptCheck('self_protection', 'kspp', 'GCC_PLUGIN_STRUCTLEAK_BYREF_ALL', 'y'))]
     l += [OR(OptCheck('self_protection', 'kspp', 'INIT_ON_FREE_DEFAULT_ON', 'y'),
              OptCheck('self_protection', 'kspp', 'PAGE_POISONING_ZERO', 'y'))] # before v5.3