Commit c3ff8ec3 authored by Roland McGrath's avatar Roland McGrath Committed by Linus Torvalds

[PATCH] i386: Don't miss pending signals returning to user mode after signal processing

Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
Acked-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c93a7771
...@@ -319,7 +319,7 @@ work_notifysig: # deal with pending signals and ...@@ -319,7 +319,7 @@ work_notifysig: # deal with pending signals and
# vm86-space # vm86-space
xorl %edx, %edx xorl %edx, %edx
call do_notify_resume call do_notify_resume
jmp restore_all jmp resume_userspace
ALIGN ALIGN
work_notifysig_v86: work_notifysig_v86:
...@@ -329,7 +329,7 @@ work_notifysig_v86: ...@@ -329,7 +329,7 @@ work_notifysig_v86:
movl %eax, %esp movl %eax, %esp
xorl %edx, %edx xorl %edx, %edx
call do_notify_resume call do_notify_resume
jmp restore_all jmp resume_userspace
# perform syscall exit tracing # perform syscall exit tracing
ALIGN ALIGN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment