We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c75017 commit a0e2dabCopy full SHA for a0e2dab
arch/x86/entry/entry_32.S
@@ -885,6 +885,7 @@ SYM_FUNC_START(entry_SYSENTER_32)
885
BUG_IF_WRONG_CR3 no_user_check=1
886
popfl
887
popl %eax
888
+ CLEAR_CPU_BUFFERS
889
890
/*
891
* Return back to the vDSO, which will pop ecx and edx.
@@ -954,6 +955,7 @@ restore_all_switch_stack:
954
955
956
/* Restore user state */
957
RESTORE_REGS pop=4 # skip orig_eax/error_code
958
959
.Lirq_return:
960
961
* ARCH_HAS_MEMBARRIER_SYNC_CORE rely on IRET core serialization
@@ -1146,6 +1148,7 @@ SYM_CODE_START(asm_exc_nmi)
1146
1148
1147
1149
/* Not on SYSENTER stack. */
1150
call exc_nmi
1151
1152
jmp .Lnmi_return
1153
1154
.Lnmi_from_sysenter_stack:
0 commit comments