Open mmisono opened 11 months ago
I think the default behavior is
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