projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf8ce8
)
x86/bugs: Fix indentation due to ITS merge
author
Borislav Petkov (AMD)
<bp@alien8.de>
Fri, 16 May 2025 14:31:38 +0000
(16:31 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Sat, 17 May 2025 08:33:32 +0000
(10:33 +0200)
No functional changes.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/bugs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/bugs.c
b/arch/x86/kernel/cpu/bugs.c
index dd8b50b4ceaa14a93bee8142b5386629af5220b6..d1a03ffd4b9df8d7166da08a055393c01f4883f3 100644
(file)
--- a/
arch/x86/kernel/cpu/bugs.c
+++ b/
arch/x86/kernel/cpu/bugs.c
@@
-2975,10
+2975,10
@@
static void __init srso_apply_mitigation(void)
if (boot_cpu_data.x86 == 0x19) {
setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS);
-
set_return_thunk(srso_alias_return_thunk);
+ set_return_thunk(srso_alias_return_thunk);
} else {
setup_force_cpu_cap(X86_FEATURE_SRSO);
-
set_return_thunk(srso_return_thunk);
+ set_return_thunk(srso_return_thunk);
}
break;
case SRSO_MITIGATION_IBPB: