Re: [PATCH v2 00/13] Prepare syscall_get_arch for PTRACE_GET_SYSCALL_INFO

2019-03-18 Thread Dmitry V. Levin
On Mon, Mar 18, 2019 at 02:28:27AM +0300, Dmitry V. Levin wrote: > syscall_get_arch() is required to be implemented on all architectures in order > to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request: > syscall_get_arch() is going to be called from ptrace_request() along with >

[PATCH v2 00/13] Prepare syscall_get_arch for PTRACE_GET_SYSCALL_INFO

2019-03-17 Thread Dmitry V. Levin
syscall_get_arch() is required to be implemented on all architectures in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be called from ptrace_request() along with syscall_get_nr(), syscall_get_arguments(), syscall_get_error(), and