From 433d6e282c9f1455fef07333807424f4bd07878e Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 4 Jun 2024 23:28:15 -0400 Subject: kernel/amd64: spectre: Disable IBRS by default Signed-off-by: Ian Moffett --- sys/arch/amd64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1a48a94..ea6ba76 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,2 +1,2 @@ // Kernel options -option SPECTRE_IBRS yes +option SPECTRE_IBRS no -- cgit v1.2.3