Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent c93a7771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ work_notifysig: # deal with pending signals and
					# vm86-space
	xorl %edx, %edx
	call do_notify_resume
	jmp restore_all
	jmp resume_userspace

	ALIGN
work_notifysig_v86:
@@ -329,7 +329,7 @@ work_notifysig_v86:
	movl %eax, %esp
	xorl %edx, %edx
	call do_notify_resume
	jmp restore_all
	jmp resume_userspace

	# perform syscall exit tracing
	ALIGN