Re: [PATCH 0/2] RISC-V: fixes issues of ftrace graph tracer

From: Steven Rostedt
Date: Thu Jan 02 2020 - 10:14:34 EST


On Thu, 2 Jan 2020 11:50:22 +0800
Zong Li <zong.li@xxxxxxxxxx> wrote:

> On Mon, Dec 23, 2019 at 4:46 PM Zong Li <zong.li@xxxxxxxxxx> wrote:
> >
> > Ftrace graph tracer is broken now, these patches fix the problem of ftrace graph
> > tracer and tested on QEMU and HiFive Unleashed board.
> >
> > Zong Li (2):
> > riscv: ftrace: correct the condition logic in function graph tracer
> > clocksource/drivers/riscv: add notrace to riscv_sched_clock
> >
> > arch/riscv/kernel/ftrace.c | 2 +-
> > drivers/clocksource/timer-riscv.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > --
> > 2.24.1
> >
>
> ping

Both patches look legit.

Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- Steve