Page MenuHomeFreeBSD

D42249.diff
No OneTemporary

D42249.diff

diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -1480,7 +1480,7 @@
TUNABLE_INT_FETCH("hw.spec_store_bypass_disable", &hw_ssb_disable);
TUNABLE_INT_FETCH("machdep.mitigations.ssb.disable", &hw_ssb_disable);
- TUNABLE_INT_FETCH("machdep.syscall_ret_l1d_flush",
+ TUNABLE_INT_FETCH("machdep.syscall_ret_flush_l1d",
&syscall_ret_l1d_flush_mode);
TUNABLE_INT_FETCH("hw.mds_disable", &hw_mds_disable);
@@ -1488,7 +1488,7 @@
TUNABLE_INT_FETCH("machdep.mitigations.taa.enable", &x86_taa_enable);
- TUNABLE_INT_FETCH("machdep.mitigations.rndgs.enable",
+ TUNABLE_INT_FETCH("machdep.mitigations.rngds.enable",
&x86_rngds_mitg_enable);
TUNABLE_INT_FETCH("machdep.mitigations.zenbleed.enable",

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 6:55 PM (4 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16777308
Default Alt Text
D42249.diff (801 B)

Event Timeline