Re: [PATCH v7 15/22] parisc: define syscall_get_error()

2019-02-28 Thread Helge Deller
On 28.02.19 20:38, 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

[PATCH v7 15/22] parisc: define syscall_get_error()

2019-02-28 Thread Dmitry V. Levin
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: Helg

[PATCH v7 15/22] parisc: define syscall_get_error()

2019-01-06 Thread Dmitry V. Levin
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: Jame