Re: [PATCH 00/13] Prepare for PTRACE_GET_SYSCALL_INFO

From: Andy Lutomirski
Date: Fri Nov 09 2018 - 01:06:35 EST


On Thu, Nov 8, 2018 at 7:13 PM Dmitry V. Levin <ldv@xxxxxxxxxxxx> wrote:
>
> syscall_get_arch() is required to be implemented on all architectures
> that use tracehook_report_syscall_entry() in order to extend
> the generic ptrace API with PTRACE_GET_SYSCALL_INFO request.

Nice!

I'm pretty sure you have vastly more changelog than code here :)

--Andy