]> git.ipfire.org Git - thirdparty/linux.git/commit - scripts/Makefile.vmlinux_o
x86/srso: Fix unret validation dependencies
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 Sep 2023 05:04:53 +0000 (22:04 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 20 Oct 2023 09:46:59 +0000 (11:46 +0200)
commiteeb9f34df065f42f0c9195b322ba6df420c9fc92
tree36ec73110e040e9edefe75b083c43e8f38dc04ef
parentdc6306ad5b0dda040baf1fde3cfd458e6abfc4da
x86/srso: Fix unret validation dependencies

CONFIG_CPU_SRSO isn't dependent on CONFIG_CPU_UNRET_ENTRY (AMD
Retbleed), so the two features are independently configurable.  Fix
several issues for the (presumably rare) case where CONFIG_CPU_SRSO is
enabled but CONFIG_CPU_UNRET_ENTRY isn't.

Fixes: fb3bd914b3ec ("x86/srso: Add a Speculative RAS Overflow mitigation")
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/299fb7740174d0f2335e91c58af0e9c242b4bac1.1693889988.git.jpoimboe@kernel.org
arch/x86/include/asm/nospec-branch.h
include/linux/objtool.h
scripts/Makefile.vmlinux_o