You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mitigations=
[...]
auto (default)
Mitigate all CPU vulnerabilities, but leave SMT
enabled, even if it's vulnerable. This is for
users who don't want to be surprised by SMT
getting disabled across kernel upgrades, or who
have other ways of avoiding SMT-based attacks.
Equivalent to: (default behavior)
And we disable hyperthreading in the BIOS, so the default parameter should be fine.
Linux has several side channel mitigations (KPTI, spectre, L1F, ...). We should enable appropriate ones.
TODO
The text was updated successfully, but these errors were encountered: