mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
x86: set SPECTRE_BHI_ON as default
commit 2bb69f5fc72183e1c62547d900f560d0e9334925 upstream. Part of a merge commit from Linus that adjusted the default setting of SPECTRE_BHI_ON. Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -2566,7 +2566,7 @@ config MITIGATION_RFDS
|
|||||||
choice
|
choice
|
||||||
prompt "Clear branch history"
|
prompt "Clear branch history"
|
||||||
depends on CPU_SUP_INTEL
|
depends on CPU_SUP_INTEL
|
||||||
default SPECTRE_BHI_AUTO
|
default SPECTRE_BHI_ON
|
||||||
help
|
help
|
||||||
Enable BHI mitigations. BHI attacks are a form of Spectre V2 attacks
|
Enable BHI mitigations. BHI attacks are a form of Spectre V2 attacks
|
||||||
where the branch history buffer is poisoned to speculatively steer
|
where the branch history buffer is poisoned to speculatively steer
|
||||||
|
|||||||
Reference in New Issue
Block a user