From: Alexander Popov Date: Sat, 19 Jun 2021 11:46:54 +0000 (+0300) Subject: Mention that nosmt is slow X-Git-Tag: v0.5.10~8 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=361e571e1926ee172f22f9aad990158e2c03651d;p=kconfig-hardened-check.git Mention that nosmt is slow --- 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