mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-03 03:09:59 -05:00
RFDS mitigation on Intel Atom CPUs (including E-cores)
This commit is contained in:
parent
1122b3402c
commit
0c031a29d3
@ -85,3 +85,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX retbleed=auto,nosmt"
|
|||||||
##
|
##
|
||||||
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/gather_data_sampling.html
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/gather_data_sampling.html
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX gather_data_sampling=force"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX gather_data_sampling=force"
|
||||||
|
|
||||||
|
## Register File Data Sampling (RFDS) mitigation on Intel Atom CPUs which
|
||||||
|
## encompasses E-cores on hybrid architectures.
|
||||||
|
##
|
||||||
|
## https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/reg-file-data-sampling.html
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX reg_file_data_sampling=on"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user