From 361e571e1926ee172f22f9aad990158e2c03651d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 19 Jun 2021 14:46:54 +0300 Subject: [PATCH] Mention that nosmt is slow --- 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 813261a..563091c 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -22,7 +22,7 @@ # # Mitigations of CPU vulnerabilities: # Аrch-independent: -# mitigations=auto,nosmt +# mitigations=auto,nosmt (nosmt is slow) # X86: # spectre_v2=on # pti=on -- 2.31.1