]> asedeno.scripts.mit.edu Git - linux.git/commit
arc: define syscall_get_arch()
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Mar 2019 23:28:47 +0000 (02:28 +0300)
committerPaul Moore <paul@paul-moore.com>
Thu, 21 Mar 2019 01:08:08 +0000 (21:08 -0400)
commit67f2a8a29311841ba6ab9b0e2d1b8f1e9978cd84
tree2a5306064c0c24f0e528cd350b277cb0a7e95e95
parent162f33dd45a7ed606ae07c1e3f22db4ac43a584c
arc: 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: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Cc: Elvira Khabirova <lineprinter@altlinux.org>
Cc: Eugene Syromyatnikov <esyr@redhat.com>
Cc: Alexey Brodkin <alexey.brodkin@synopsys.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: linux-snps-arc@lists.infradead.org
Cc: linux-audit@redhat.com
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
arch/arc/include/asm/syscall.h
include/uapi/linux/audit.h