| commit | 01afdbe150a888b20b24a427e010214530176cf5 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 10 17:25:00 2012 -0700 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 28 10:14:16 2012 -0700 |
| tree | ed510fe4cea3b749b0f196e6c8c347572d07d175 | |
| parent | dd2c50efa9941fe7393b5f490eeef68f18916211 [diff] |
sparc64: fix ptrace interaction with force_successful_syscall_return() [ Upstream commit 55c2770e413e96871147b9406a9c41fe9bc5209c ] we want syscall_trace_leave() called on exit from any syscall; skipping its call in case we'd done force_successful_syscall_return() is broken... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>