Add the ARM64_E0PD check
authorAlexander Popov <alex.popov@linux.com>
Sun, 23 Oct 2022 16:31:16 +0000 (19:31 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 23 Oct 2022 16:59:39 +0000 (19:59 +0300)
kconfig_hardened_check/__init__.py

index 3e503490d50f38991f623ef4f497b34ebc7d30c7..7523590a5c907992feec21fc2db75a708d2f6a95 100644 (file)
@@ -387,6 +387,7 @@ def add_kconfig_checks(l, arch):
         l += [KconfigCheck('self_protection', 'defconfig', 'ARM64_PAN', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'ARM64_EPAN', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'UNMAP_KERNEL_AT_EL0', 'y')]
+        l += [KconfigCheck('self_protection', 'defconfig', 'ARM64_E0PD', 'y')]
         l += [OR(KconfigCheck('self_protection', 'defconfig', 'HARDEN_EL2_VECTORS', 'y'),
                  AND(KconfigCheck('self_protection', 'defconfig', 'RANDOMIZE_BASE', 'y'),
                      VersionCheck((5, 9))))] # HARDEN_EL2_VECTORS was included in RANDOMIZE_BASE in v5.9