Re: [PATCH 12/13 v2] riscv: define syscall_get_arch()

2018-11-11 Thread Palmer Dabbelt
On Fri, 09 Nov 2018 14:48:33 PST (-0800), l...@altlinux.org wrote: syscall_get_arch() is required to be implemented on all architectures that use tracehook_report_syscall_entry() in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request. Based-on-patch-by: David

Re: [PATCH 12/13] riscv: define syscall_get_arch()

2018-11-11 Thread Andreas Schwab
On Nov 10 2018, "Dmitry V. Levin" wrote: > P.S. It would be great if you replied to me as well. You are explicitly forbidding that. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely

[PATCH 15/13] unicore32: define syscall_get_arch()

2018-11-11 Thread Dmitry V. Levin
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. Signed-off-by: Dmitry V. Levin --- Apparently, we need to implement syscall_get_arch() on all architectures where linux/tracehook.h is compiled,

Re: stuck on ghak100 testsuite script

2018-11-11 Thread Richard Guy Briggs
On 2018-11-11 17:24, Ondrej Mosnacek wrote: > Hi Richard, > On Fri, Nov 9, 2018 at 11:04 PM Richard Guy Briggs wrote: > > Hi Paul, Ondrej, > > > > I've got a couple of patches with two different approaches to address > > ghak100: > > https://github.com/linux-audit/audit-kernel/issues/100

Re: stuck on ghak100 testsuite script

2018-11-11 Thread Ondrej Mosnacek
Hi Richard, On Fri, Nov 9, 2018 at 11:04 PM Richard Guy Briggs wrote: > Hi Paul, Ondrej, > > I've got a couple of patches with two different approaches to address > ghak100: > https://github.com/linux-audit/audit-kernel/issues/100 > > The patches work, but I've not posted them yet