From 6268a3101ffcd0fae4604374d33dd1363f60f6ce Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 13 Mar 2022 20:39:06 +0300 Subject: [PATCH] Add the comment that l1d_flush is a part of the l1tf option --- kconfig_hardened_check/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 35731e3..2b5fe1e 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -29,9 +29,9 @@ # pti=on # spec_store_bypass_disable=on # l1tf=full,force +# l1d_flush=on (a part of the l1tf option) # mds=full,nosmt # tsx=off -# l1d_flush=on # ARM64: # kpti=on # ssbd=force-on -- 2.31.1