• Dmitry V. Levin's avatar
    c6x: define syscall_get_arch() · a43e6647
    Dmitry V. Levin authored
    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: default avatarMark Salter <msalter@redhat.com>
    Acked-by: default avatarPaul Moore <paul@paul-moore.com>
    Cc: Elvira Khabirova <lineprinter@altlinux.org>
    Cc: Eugene Syromyatnikov <esyr@redhat.com>
    Cc: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
    Cc: Oleg Nesterov <oleg@redhat.com>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: linux-c6x-dev@linux-c6x.org
    Cc: linux-audit@redhat.com
    Signed-off-by: default avatarDmitry V. Levin <ldv@altlinux.org>
    Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
    a43e6647
syscall.h 2.35 KB