On Sun, Mar 17, 2019 at 7:28 PM Dmitry V. Levin <[email protected]> wrote: > > 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: Mark Salter <[email protected]> > Acked-by: Paul Moore <[email protected]> > Cc: Elvira Khabirova <[email protected]> > Cc: Eugene Syromyatnikov <[email protected]> > Cc: Aurelien Jacquiot <[email protected]> > Cc: Oleg Nesterov <[email protected]> > Cc: Andy Lutomirski <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Dmitry V. Levin <[email protected]> > --- > > Notes: > v2: unchanged > > arch/c6x/include/asm/syscall.h | 7 +++++++ > include/uapi/linux/audit.h | 2 ++ > 2 files changed, 9 insertions(+)
Merged into audit/next, thanks everyone. -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
