Re: [PATCH 0/2] tracing: Fix synthetic event generation API and test

From: Tom Zanussi
Date: Tue Feb 18 2020 - 10:18:50 EST


Hi Masami,

On Mon, 2020-02-17 at 18:52 +0900, Masami Hiramatsu wrote:
> Hi,
>
> Here is a couple of patches to fix 2 issues LKP and I found on
> synthetic event generation test.
>
> [1/2] is for fixing warnings on smp_processor_id() without
> disabling preemption, and [2/2] is for fixing a bug on the API
> itself which LKP reported.
>
> Thank you,

Thank you for fixing these.

For both,

Reviewed-by: Tom Zanussi <zanussi@xxxxxxxxxx>


Tom

>
> ---
>
> Masami Hiramatsu (2):
> tracing: Fix synth event test to avoid using smp_processor_id()
> tracing: Clear trace_state when starting trace
>
>
> kernel/trace/synth_event_gen_test.c | 23 +++++++++++++++++------
> kernel/trace/trace_events_hist.c | 4 ++--
> 2 files changed, 19 insertions(+), 8 deletions(-)
>
> --
> Masami Hiramatsu (Linaro) <mhiramat@xxxxxxxxxx>