mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-09 09:25:03 -04:00
Control RAS overflow mitigation on AMD Zen CPUs
This commit is contained in:
parent
6c54e35027
commit
139b10a9aa
1 changed files with 5 additions and 0 deletions
|
@ -68,3 +68,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX mmio_stale_data=full,nosmt"
|
|||
## Return Instructions) vulnerability and disable SMT.
|
||||
##
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX retbleed=auto,nosmt"
|
||||
|
||||
## Control RAS overflow mitigation on AMD Zen CPUs.
|
||||
##
|
||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spec_rstack_overflow=safe-ret"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue