We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9c361 commit ef79ed2Copy full SHA for ef79ed2
arch/x86/entry/entry_64.S
@@ -1062,11 +1062,8 @@ SYM_CODE_START_LOCAL(error_entry)
1062
UNTRAIN_RET
1063
1064
leaq 8(%rsp), %rdi /* arg0 = pt_regs pointer */
1065
-.Lerror_entry_from_usermode_after_swapgs:
1066
-
1067
/* Put us onto the real thread stack. */
1068
- call sync_regs
1069
- RET
+ jmp sync_regs
1070
1071
/*
1072
* There are two places in the kernel that can potentially fault with
@@ -1124,7 +1121,7 @@ SYM_CODE_START_LOCAL(error_entry)
1124
1121
1125
1122
call fixup_bad_iret
1126
1123
mov %rax, %rdi
1127
- jmp .Lerror_entry_from_usermode_after_swapgs
1128
SYM_CODE_END(error_entry)
1129
1130
SYM_CODE_START_LOCAL(error_return)
0 commit comments