Skip to content

Commit 24b1ccc

Browse files
committed
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 retpoline fixlet from Thomas Gleixner: "Remove the ESP/RSP thunks for retpoline as they cannot ever work. Get rid of them before they show up in a release" * 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/retpoline: Remove the esp/rsp thunk
2 parents 32c6cdf + 1df3738 commit 24b1ccc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/x86/include/asm/asm-prototypes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ INDIRECT_THUNK(dx)
3838
INDIRECT_THUNK(si)
3939
INDIRECT_THUNK(di)
4040
INDIRECT_THUNK(bp)
41-
INDIRECT_THUNK(sp)
4241
#endif /* CONFIG_RETPOLINE */

arch/x86/lib/retpoline.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ GENERATE_THUNK(_ASM_DX)
3636
GENERATE_THUNK(_ASM_SI)
3737
GENERATE_THUNK(_ASM_DI)
3838
GENERATE_THUNK(_ASM_BP)
39-
GENERATE_THUNK(_ASM_SP)
4039
#ifdef CONFIG_64BIT
4140
GENERATE_THUNK(r8)
4241
GENERATE_THUNK(r9)

0 commit comments

Comments
 (0)