[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181210204355.3483-1-david.abdurachmanov@gmail.com>
Date: Mon, 10 Dec 2018 21:43:53 +0100
From: David Abdurachmanov <david.abdurachmanov@...il.com>
To: palmer@...ive.com, aou@...s.berkeley.edu,
linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Cc: David Abdurachmanov <david.abdurachmanov@...il.com>
Subject: [PATCH 0/2] Fix next-audit branch
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
Powered by blists - more mailing lists