The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 3e1b43586eae232157ca70e905cece0297f17bfd Gitweb: https://git.kernel.org/tip/3e1b43586eae232157ca70e905cece0297f17bfd Author: Borislav Petkov <bp@xxxxxxxxx> AuthorDate: Sun, 24 Nov 2019 17:12:25 +01:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Wed, 27 Nov 2019 10:38:16 +01:00 x86/entry/32: Remove unused 'restore_all_notrace' local label Signed-off-by: Borislav Petkov <bp@xxxxxxxxx> Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- arch/x86/entry/entry_32.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index 632432b..7e05604 100644 --- a/arch/x86/entry/entry_32.S +++ b/arch/x86/entry/entry_32.S @@ -1090,7 +1090,6 @@ SYM_FUNC_START(entry_INT80_32) restore_all: TRACE_IRQS_IRET SWITCH_TO_ENTRY_STACK -.Lrestore_all_notrace: CHECK_AND_APPLY_ESPFIX .Lrestore_nocheck: /* Switch back to user CR3 */
![]() |