mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
CPU mitigation - MMIO Stale Data
This commit is contained in:
parent
59e90ff122
commit
c3ebb9160f
@ -51,3 +51,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX srbds=on"
|
|||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1d_flush.html
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1d_flush.html
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX l1d_flush=on"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX l1d_flush=on"
|
||||||
|
|
||||||
|
## Mitigates numerous MMIO Stale Data vulnerabilities and disables SMT.
|
||||||
|
##
|
||||||
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mmio_stale_data=full,nosmt"
|
||||||
|
Loading…
Reference in New Issue
Block a user