meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:kernel:bugs [2020/02/12 08:52] – created niziak | linux:kernel:bugs [2023/02/17 10:37] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | add to kernel commandline: | + | ====== Spectre / Meltdown |
+ | [[https:// | ||
+ | [[https:// | ||
- | ====== Enable | + | * Disable Spectre V4 `nospec_store_bypass_disable` (Kernel 4.17) |
+ | * Disable Spectre V1 `nospectre_v1` (Kernel 4.19) | ||
+ | * Control Spectre V2 complexity level: `spectre_v2`, | ||
+ | * Control | ||
+ | ===== Disable all Spectre / Meltdown patches ===== | ||
+ | |||
+ | add to kernel commandline: | ||
+ | Or for Kernel 5.1.13 < | ||
+ | |||
+ | ===== Enable | ||
das | das | ||
+ | |||
+ | |||
+ | ===== spectre-meltdown-checker ===== | ||
+ | |||
+ | <code bash> | ||
+ |