]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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:02:13 +0000 (10:02 -0700)
commitad88238990a8e05db4c2d393372bb95bc4be5d99
treee0f8341d75d98485367351598ba33b33653d42a1
parent4d306c27d6032f5b666e187a8d02bdd288025031
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