From: Alexander Popov Date: Sun, 13 Mar 2022 17:39:06 +0000 (+0300) Subject: Add the comment that l1d_flush is a part of the l1tf option X-Git-Tag: v0.5.17~27 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=6268a3101ffcd0fae4604374d33dd1363f60f6ce;p=kconfig-hardened-check.git Add the comment that l1d_flush is a part of the l1tf option --- 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