csky: define syscall_get_arch()
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 13 Dec 2018 17:22:07 +0000 (20:22 +0300)
committerGuo Ren <ren_guo@c-sky.com>
Sun, 30 Dec 2018 13:21:24 +0000 (21:21 +0800)
commitd770b25653447b4c57303859e2ac04ebe9318f8e
tree160b968bab9ed7881ccf65507f305acd67a2ee65
parent077b930adafead095cd38600539ec129f1379d8c
csky: define syscall_get_arch()

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.

Cc: Guo Ren <guoren@kernel.org>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Eric Paris <eparis@redhat.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Elvira Khabirova <lineprinter@altlinux.org>
Cc: Eugene Syromyatnikov <esyr@redhat.com>
Cc: linux-audit@redhat.com
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Guo Ren <guoren@kernel.org>
 arch/csky/include/asm/syscall.h | 7 +++++++
 include/uapi/linux/audit.h      | 1 +
 2 files changed, 8 insertions(+)
arch/csky/include/asm/syscall.h
include/uapi/linux/audit.h