Skip to content

Commit 0154c34

Browse files
gregkhsmb49
authored andcommitted
x86: set SPECTRE_BHI_ON as default
BugLink: https://bugs.launchpad.net/bugs/2065435 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]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Roxana Nicolescu <[email protected]>
1 parent 2b1d1e2 commit 0154c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ config GDS_FORCE_MITIGATION
25142514
choice
25152515
prompt "Clear branch history"
25162516
depends on CPU_SUP_INTEL
2517-
default SPECTRE_BHI_AUTO
2517+
default SPECTRE_BHI_ON
25182518
help
25192519
Enable BHI mitigations. BHI attacks are a form of Spectre V2 attacks
25202520
where the branch history buffer is poisoned to speculatively steer

0 commit comments

Comments
 (0)