]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/cpu: Rename original retbleed methods
authorPeter Zijlstra <peterz@infradead.org>
Mon, 14 Aug 2023 11:44:32 +0000 (13:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Aug 2023 15:32:40 +0000 (17:32 +0200)
commit5c510151d7698f231f68cd35b6ca20774151fa21
treeeef8f05bfa3b0f667ecd3a717766517b05fb6909
parent4f0d18c28fcb7c7b5b440c1324b054f40a779853
x86/cpu: Rename original retbleed methods

commit d025b7bac07a6e90b6b98b487f88854ad9247c39 upstream.

Rename the original retbleed return thunk and untrain_ret to
retbleed_return_thunk() and retbleed_untrain_ret().

No functional changes.

Suggested-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230814121148.909378169@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/nospec-branch.h
arch/x86/kernel/cpu/bugs.c
arch/x86/kernel/vmlinux.lds.S
arch/x86/lib/retpoline.S
tools/objtool/arch/x86/decode.c
tools/objtool/check.c