Re: [PATCH 00/10] ftrace: Add register_ftrace_direct()

From: Miroslav Benes
Date: Thu Nov 14 2019 - 04:05:47 EST


On Wed, 13 Nov 2019, Steven Rostedt wrote:

> On Wed, 13 Nov 2019 16:10:36 +0100 (CET)
> Miroslav Benes <mbenes@xxxxxxx> wrote:
>
> > So I tried to run the selftests and ran into the same timeout issue we had
> > with live patching :/
> >
> > See http://lkml.kernel.org/r/20191025115041.23186-1-mbenes@xxxxxxx for a possible solution.
>
> Is this when you run the all the selftests?

Yes, when I run all ftrace selftests (make run_tests in
tools/testing/selftests/ftrace/).

Miroslav