sparc64: fix ptrace interaction with force_successful_syscall_return()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Oct 2012 00:25:00 +0000 (17:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Oct 2012 17:14:16 +0000 (10:14 -0700)
commit01afdbe150a888b20b24a427e010214530176cf5
treeed510fe4cea3b749b0f196e6c8c347572d07d175
parentdd2c50efa9941fe7393b5f490eeef68f18916211
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>
arch/sparc/kernel/syscalls.S