commit | ffa9009c9828db3f74178e459cfbca6e77ff5dd9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 04 14:13:59 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 04 14:13:59 2012 -0700 |
tree | c648de2a6ce01af2e93f44e15d0a92e6e0a0181f | |
parent | 40138249c3b7a0762155216b963ec7fd4d09b5b4 [diff] |
sparc64: Fix strace hiccups when force_successful_syscall() triggers. When force_successful_syscall() triggers, the syscall return status reported the ptrace applications gets garbled. Fix this by reordering the events and tests in the ret_sys_call path. Signed-off-by: David S. Miller <davem@davemloft.net>