Hi Dmitry, On Thu, Dec 13, 2018 at 08:23:02PM +0300, Dmitry V. Levin wrote: > syscall_get_error() is required to be implemented on all > architectures in addition to already implemented syscall_get_nr(), > syscall_get_arguments(), syscall_get_return_value(), and > syscall_get_arch() functions in order to extend the generic > ptrace API with PTRACE_GET_SYSCALL_INFO request. > > Cc: Paul Burton <[email protected]> > Cc: Ralf Baechle <[email protected]> > Cc: James Hogan <[email protected]> > Cc: Oleg Nesterov <[email protected]> > Cc: Andy Lutomirski <[email protected]> > Cc: Elvira Khabirova <[email protected]> > Cc: Eugene Syromyatnikov <[email protected]> > Cc: [email protected] > Signed-off-by: Dmitry V. Levin <[email protected]>
Acked-by: Paul Burton <[email protected]> Thanks, Paul

