mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-12 03:35:15 -04:00
Merge pull request #216 from raja-grewal/spectre_bhi
BHI mitigation on Intel CPUs
This commit is contained in:
commit
ab8b6da484
1 changed files with 5 additions and 0 deletions
|
@ -75,3 +75,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX retbleed=auto,nosmt"
|
|||
##
|
||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html
|
||||
|
||||
## Enables mitigation of Branch History Injection vulnerabilities on Intel CPUs.
|
||||
##
|
||||
## https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2bb69f5fc72183e1c62547d900f560d0e9334925
|
||||
## TODO: update the above link with better alternative when possible
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX spectre_bhi=on"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue