lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 20 Mar 2019 21:18:43 -0400 From: Paul Moore <paul@...l-moore.com> To: "Dmitry V. Levin" <ldv@...linux.org> Cc: Mark Salter <msalter@...hat.com>, Elvira Khabirova <lineprinter@...linux.org>, Eugene Syromyatnikov <esyr@...hat.com>, Aurelien Jacquiot <jacquiot.aurelien@...il.com>, Oleg Nesterov <oleg@...hat.com>, Andy Lutomirski <luto@...nel.org>, linux-c6x-dev@...ux-c6x.org, linux-audit@...hat.com, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2 03/13] c6x: define syscall_get_arch() On Sun, Mar 17, 2019 at 7:28 PM Dmitry V. Levin <ldv@...linux.org> 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 <msalter@...hat.com> > Acked-by: Paul Moore <paul@...l-moore.com> > Cc: Elvira Khabirova <lineprinter@...linux.org> > Cc: Eugene Syromyatnikov <esyr@...hat.com> > Cc: Aurelien Jacquiot <jacquiot.aurelien@...il.com> > Cc: Oleg Nesterov <oleg@...hat.com> > Cc: Andy Lutomirski <luto@...nel.org> > Cc: linux-c6x-dev@...ux-c6x.org > Cc: linux-audit@...hat.com > Signed-off-by: Dmitry V. Levin <ldv@...linux.org> > --- > > 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
Powered by blists - more mailing lists