mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 16:02:40 -04:00
Remove hardcoded spec_rstack_overflow
setting
This commit is contained in:
parent
139b10a9aa
commit
b16c99ab62
1 changed files with 3 additions and 1 deletions
|
@ -70,6 +70,8 @@ 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"
|
||||||
|
|
||||||
## Control RAS overflow mitigation on AMD Zen CPUs.
|
## Control RAS overflow mitigation on AMD Zen CPUs.
|
||||||
|
## The current default kernel parameter is 'spec_rstack_overflow=safe-ret'
|
||||||
|
## This default will used until provided sufficient evidence to modify.
|
||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html
|
## 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