[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAEn-LTqP70BXjVGosw1KFTP1gSaTdji3174Hc3skZA2chdJXgA@mail.gmail.com>
Date: Mon, 10 Dec 2018 21:48:36 +0100
From: David Abdurachmanov <david.abdurachmanov@...il.com>
To: Palmer Dabbelt <palmer@...ive.com>
Cc: aou@...s.berkeley.edu, linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH 0/2] riscv: enable syscalls tracepoints
On Fri, Dec 7, 2018 at 9:32 PM Palmer Dabbelt <palmer@...ive.com> wrote:
>
> On Thu, 06 Dec 2018 07:26:33 PST (-0800), david.abdurachmanov@...il.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.
Two things:
- The order of commits are wrong. Right now the commits are in
reverse order, i.e. audit patches are on top.
- Intel kbuild test bot found compilation errors with riscv-allmodconfig
config. I fixed those and posted two patches:
http://lists.infradead.org/pipermail/linux-riscv/2018-December/002508.html
Powered by blists - more mailing lists