On Thu, 06 Dec 2018 07:26:33 PST (-0800), david.abdurachma...@gmail.com wrote:
Depends on audit patch:
http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html
audit patch is already merged into linux-next.
This simply fixes compilation error in do_syscall_trace_exit() and
enables syscalls tracepoints.
David Abdurachmanov (2):
riscv: fix trace_sys_exit hook
riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig
arch/riscv/Kconfig | 1 +
arch/riscv/kernel/ptrace.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
I've attempted to add this on top of next-audit, which I've merged into
for-next. Let me know if something went wrong.