On Fri, 2018-12-07 at 15:56:05 UTC, "Dmitry V. Levin" wrote: > From: Elvira Khabirova <lineprin...@altlinux.org> > > Arch code should use tracehook_*() helpers, as documented > in include/linux/tracehook.h, > ptrace_report_syscall() is not expected to be used outside that file. > > The patch does not look very nice, but at least it is correct > and opens the way for PTRACE_GET_SYSCALL_INFO API. > > Co-authored-by: Dmitry V. Levin <l...@altlinux.org> > Fixes: 5521eb4bca2d ("powerpc/ptrace: Add support for PTRACE_SYSEMU") > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> > Cc: Paul Mackerras <pau...@samba.org> > Cc: Oleg Nesterov <o...@redhat.com> > Cc: Breno Leitao <lei...@debian.org> > Cc: Andy Lutomirski <l...@kernel.org> > Cc: Eugene Syromyatnikov <e...@redhat.com> > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Elvira Khabirova <lineprin...@altlinux.org> > Signed-off-by: Dmitry V. Levin <l...@altlinux.org>
Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/a225f1567405558fb5410e9b2b9080 cheers