Add the DEBUG_ALIGN_RODATA check for ARM
authorAlexander Popov <alex.popov@linux.com>
Sun, 9 Apr 2023 22:54:41 +0000 (01:54 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 9 Apr 2023 22:54:41 +0000 (01:54 +0300)
kconfig_hardened_check/checks.py

index af4c6e2fbf6a5efc2df4d507a709c1c453d162ec..c087bbc5d229b7e3e451f2dc418b432473022d56 100644 (file)
@@ -135,6 +135,7 @@ def add_kconfig_checks(l, arch):
         l += [KconfigCheck('self_protection', 'defconfig', 'CPU_SW_DOMAIN_PAN', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'HARDEN_BRANCH_PREDICTOR', 'y')]
         l += [KconfigCheck('self_protection', 'defconfig', 'HARDEN_BRANCH_HISTORY', 'y')]
+        l += [KconfigCheck('self_protection', 'defconfig', 'DEBUG_ALIGN_RODATA', 'y')]
 
     # 'self_protection', 'kspp'
     l += [KconfigCheck('self_protection', 'kspp', 'BUG_ON_DATA_CORRUPTION', 'y')]