[PATCH 0/2] Fix next-audit branch

From: David Abdurachmanov
Date: Mon Dec 10 2018 - 15:44:05 EST


Intel kbuild test robot reported on Dec 8th, 2018 that next-audit is
broken. This was with riscv-allmodconfig config.

There were two issues found:
- We don't generate functions needed for trace events;
- We are missing NR_syscalls macro used by kernel/trace.

David Abdurachmanov (2):
riscv: define NR_syscalls in unistd.h
riscv: define CREATE_TRACE_POINTS in ptrace.c

arch/riscv/include/asm/unistd.h | 2 ++
arch/riscv/kernel/ptrace.c | 2 ++
2 files changed, 4 insertions(+)

--
2.19.2