Revision ed1cde68365c1251b920900c51e73675ff38dc66 authored by Al Viro on 20 September 2010, 14:13:25 UTC, committed by Linus Torvalds on 20 September 2010, 17:44:38 UTC
We need to make sure that only the first do_signal() to be handled on
the way out syscall will bother with syscall restarts; additionally, the
check on the "signal has user handler" path had been wrong - compare
with restart prevention in sigreturn()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 44c7aff
History
File Mode Size
Makefile -rw-r--r-- 292 bytes
clntlock.c -rw-r--r-- 6.7 KB
clntproc.c -rw-r--r-- 20.8 KB
grace.c -rw-r--r-- 1.6 KB
host.c -rw-r--r-- 14.9 KB
mon.c -rw-r--r-- 14.0 KB
svc.c -rw-r--r-- 13.4 KB
svc4proc.c -rw-r--r-- 13.9 KB
svclock.c -rw-r--r-- 24.5 KB
svcproc.c -rw-r--r-- 14.5 KB
svcshare.c -rw-r--r-- 2.4 KB
svcsubs.c -rw-r--r-- 9.8 KB
xdr.c -rw-r--r-- 14.0 KB
xdr4.c -rw-r--r-- 13.7 KB

back to top