From 1076c7b81ecf2356b516ed51155347f427e57520 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 24 Dec 2021 20:51:11 +0300 Subject: [PATCH] Add l1d_flush (for future reference) --- kconfig_hardened_check/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 3a55b44..ce93310 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -31,6 +31,7 @@ # l1tf=full,force # mds=full,nosmt # tsx=off +# l1d_flush=on # ARM64: # kpti=on # ssbd=force-on -- 2.31.1