Re: [PATCH v2 03/13] c6x: define syscall_get_arch()

2019-03-20 Thread Paul Moore
On Sun, Mar 17, 2019 at 7:28 PM Dmitry V. Levin wrote: > > syscall_get_arch() is required to be implemented on all architectures > in addition to already implemented syscall_get_nr(), > syscall_get_arguments(), syscall_get_error(), and > syscall_get_return_value() functions in order to extend the

[PATCH v2 03/13] c6x: define syscall_get_arch()

2019-03-17 Thread Dmitry V. Levin
syscall_get_arch() is required to be implemented on all architectures in addition to already implemented syscall_get_nr(), syscall_get_arguments(), syscall_get_error(), and syscall_get_return_value() functions in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request. Acked-by