diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-09 19:32:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-10 16:19:44 +0200 |
commit | 8d8dc7ee5b98fca7a65c800df93ded071a96fd49 (patch) | |
tree | 165de2834a278865ed48190e923f432f3ea7e371 | |
parent | a976b129dc868561f6cbb5e2dafe2345f32450e8 (diff) |
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>
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e9ac6e9dfbcb..591b0a7abfd2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2508,7 +2508,7 @@ config MITIGATION_RFDS choice prompt "Clear branch history" depends on CPU_SUP_INTEL - default SPECTRE_BHI_AUTO + default SPECTRE_BHI_ON help Enable BHI mitigations. BHI attacks are a form of Spectre V2 attacks where the branch history buffer is poisoned to speculatively steer |