Add the nospectre_bhb check
authorAlexander Popov <alex.popov@linux.com>
Sat, 10 Dec 2022 17:44:23 +0000 (20:44 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 10 Dec 2022 17:44:23 +0000 (20:44 +0300)
kconfig_hardened_check/__init__.py

index d10cc623f360a5d24a8bf16c15075acf2e9a095a..8130dd4027a89fb27bddd463ac374f329a3bfb3d 100644 (file)
@@ -721,6 +721,7 @@ def add_cmdline_checks(l, arch):
     l += [CmdlineCheck('self_protection', 'defconfig', 'nopti', 'is not set')]
     l += [CmdlineCheck('self_protection', 'defconfig', 'nospectre_v1', 'is not set')]
     l += [CmdlineCheck('self_protection', 'defconfig', 'nospectre_v2', 'is not set')]
+    l += [CmdlineCheck('self_protection', 'defconfig', 'nospectre_bhb', 'is not set')]
     l += [CmdlineCheck('self_protection', 'defconfig', 'nospec_store_bypass_disable', 'is not set')]
     l += [CmdlineCheck('self_protection', 'defconfig', 'arm64.nobti', 'is not set')]
     l += [CmdlineCheck('self_protection', 'defconfig', 'arm64.nopauth', 'is not set')]