Add the KSPP recommendation of KFENCE
authorAlexander Popov <alex.popov@linux.com>
Wed, 20 Apr 2022 14:13:50 +0000 (17:13 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 20 Apr 2022 14:13:50 +0000 (17:13 +0300)
kconfig_hardened_check/__init__.py

index ebc13811767c867ff556d629bce3fd5fbf66a79a..b34d6d5106bdcdbc92d96386287a9c808dc145d8 100644 (file)
@@ -387,6 +387,7 @@ def add_kconfig_checks(l, arch):
     l += [KconfigCheck('self_protection', 'kspp', 'DEBUG_NOTIFIERS', 'y')]
     l += [KconfigCheck('self_protection', 'kspp', 'INIT_ON_ALLOC_DEFAULT_ON', 'y')]
     l += [KconfigCheck('self_protection', 'kspp', 'GCC_PLUGIN_LATENT_ENTROPY', 'y')]
+    l += [KconfigCheck('self_protection', 'kspp', 'KFENCE', 'y')]
     randstruct_is_set = KconfigCheck('self_protection', 'kspp', 'GCC_PLUGIN_RANDSTRUCT', 'y')
     l += [randstruct_is_set]
     hardened_usercopy_is_set = KconfigCheck('self_protection', 'kspp', 'HARDENED_USERCOPY', 'y')