commit | e9f9252667e383c0ccfd3570b358ccb72cd51359 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Apr 29 04:43:50 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 03 18:16:02 2013 -0500 |
tree | b4df1eecc63538399cc9781bf2430bb3ec6e94b6 | |
parent | 14203e19cbc562a79f49117c45c80639a1e65bdd [diff] |
microblaze: fix handling of multiple pending signals We need to keep building sigframes until no pending signals remain. Wrap do_notify_resume() calls into loops; do _not_ allow syscall restart logics to trigger after the first iteration. Incidentally, comments about pending signals that should (somehow) be in r18 are pure BS. Doesn't work that way and cannot work that way, sorry... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>