mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-08 23:09:26 +07:00
Enable kvm.mitigate_smt_rsb=1
This commit is contained in:
@ -134,6 +134,14 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mmio_stale_data=full,nosmt"
|
|||||||
##
|
##
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX retbleed=auto,nosmt"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX retbleed=auto,nosmt"
|
||||||
|
|
||||||
|
## Cross-Thread Return Address Predictions:
|
||||||
|
## Mitigate the vulnerability for certain KVM hypervisor configurations.
|
||||||
|
## Currently affects AMD Zen 1-2 CPUs.
|
||||||
|
##
|
||||||
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/cross-thread-rsb.html
|
||||||
|
##
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX kvm.mitigate_smt_rsb=1"
|
||||||
|
|
||||||
## Speculative Return Stack Overflow (SRSO):
|
## Speculative Return Stack Overflow (SRSO):
|
||||||
## Mitigate the vulnerability by ensureing all RET instructions speculate to a controlled location.
|
## Mitigate the vulnerability by ensureing all RET instructions speculate to a controlled location.
|
||||||
## Currently affects AMD Zen 1-4 CPUs.
|
## Currently affects AMD Zen 1-4 CPUs.
|
||||||
|
Reference in New Issue
Block a user