h8300: define syscall_get_arch()
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Mar 2019 23:29:01 +0000 (02:29 +0300)
committerPaul Moore <paul@paul-moore.com>
Thu, 21 Mar 2019 01:09:05 +0000 (21:09 -0400)
commit122a43b107420fec4c69d1bf99706cbb0da40ad9
tree697486ecb8c43cf8f9537f1fa4b07fa0bc36c9c0
parenta43e66478ef7a2f8a7b2823b97cdae6605d34a02
h8300: define syscall_get_arch()

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: Paul Moore <paul@paul-moore.com>
Cc: Elvira Khabirova <lineprinter@altlinux.org>
Cc: Eugene Syromyatnikov <esyr@redhat.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: uclinux-h8-devel@lists.sourceforge.jp
Cc: linux-audit@redhat.com
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
arch/h8300/include/asm/syscall.h
include/uapi/linux/audit.h