Skip to content
  • Dmitry V. Levin's avatar
    csky: define syscall_get_arch() · d770b256
    Dmitry V. Levin authored
    
    
    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: default avatarDmitry V. Levin <ldv@altlinux.org>
    Signed-off-by: default avatarGuo Ren <guoren@kernel.org>
    
     arch/csky/include/asm/syscall.h | 7 +++++++
     include/uapi/linux/audit.h      | 1 +
     2 files changed, 8 insertions(+)
    d770b256