Re: [PATCH 2/2] kselftests: Add tests for the preemptoff and irqsoff tracers

From: Steven Rostedt
Date: Thu Jul 12 2018 - 19:04:19 EST


On Tue, 10 Jul 2018 23:35:40 -0700
Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> wrote:

> From: "Joel Fernandes (Google)" <joel@xxxxxxxxxxxxxxxxx>
>
> Here we add unit tests for the preemptoff and irqsoff tracer by using a
> kernel module introduced previously to trigger long preempt or irq
> disabled sections in the kernel.
>
> Reviewed-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> Acked-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> Signed-off-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>
> ---
>

I added this to my queue too.

If you are curious to see what's currently in my queue, I just pushed
my queue to my tree:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git

ftrace/core

Beware, that branch can and will rebase often.

-- Steve