Skip to content

Commit 9634ee7

Browse files
committed
x86: set SPECTRE_BHI_ON as default
commit 2bb69f5 upstream. Part of a merge commit from Linus that adjusted the default setting of SPECTRE_BHI_ON. Cc: Linus Torvalds <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 15d6de3 commit 9634ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ config MITIGATION_RFDS
26152615
choice
26162616
prompt "Clear branch history"
26172617
depends on CPU_SUP_INTEL
2618-
default SPECTRE_BHI_AUTO
2618+
default SPECTRE_BHI_ON
26192619
help
26202620
Enable BHI mitigations. BHI attacks are a form of Spectre V2 attacks
26212621
where the branch history buffer is poisoned to speculatively steer

0 commit comments

Comments
 (0)