commit | ed1cde68365c1251b920900c51e73675ff38dc66 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Mon Sep 20 15:13:25 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 20 10:44:38 2010 -0700 |
tree | 7f43fcfef76bc3d715db22ab575efadeefaf8739 | |
parent | 44c7afffa429a7cdcd1755019ab76566ff41e66d [diff] |
frv: double syscall restarts, syscall restart in sigreturn() 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>