Add the CPU_SRSO check
authorAlexander Popov <alex.popov@linux.com>
Sat, 9 Dec 2023 19:10:32 +0000 (22:10 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 9 Dec 2023 19:10:32 +0000 (22:10 +0300)
kernel_hardening_checker/checks.py

index 748ba2274821f1ec69f89f6e75c271910c074ba1..ff42ca735d684fd7e6598371ac4b19eb6beec526 100644 (file)
@@ -65,6 +65,7 @@ def add_kconfig_checks(l, arch):
         l += [KconfigCheck('self_protection', 'defconfig', 'X86_MCE_INTEL', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'X86_MCE_AMD', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'RETPOLINE', 'y')]
+        l += [KconfigCheck('self_protection', 'defconfig', 'CPU_SRSO', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'SYN_COOKIES', 'y')] # another reason?
         microcode_is_set = KconfigCheck('self_protection', 'defconfig', 'MICROCODE', 'y')
         l += [microcode_is_set] # is needed for mitigating CPU bugs