Warnings about using mitigations=auto,nosmt

This commit is contained in:
raja-grewal 2025-09-29 15:46:06 +10:00 committed by GitHub
parent 78492e0e56
commit 4340bf50b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,9 @@
## KSPP=no
## KSPP sets the kernel parameters.
##
## WARNING: Do not enable this parameter, it is presented here only for educational purposes.
## WARNING: Parameters are applied consecutively and so do not ever move this setting down.
##
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mitigations=auto,nosmt"
## Disable SMT as it has been the cause of and amplified numerous CPU exploits.