Re: [PATCH v3 5/6] x86/ftrace: Use text_poke()

From: Steven Rostedt
Date: Tue Oct 08 2019 - 13:27:12 EST


On Tue, 8 Oct 2019 19:11:37 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> On Tue, Oct 08, 2019 at 10:43:35AM -0400, Steven Rostedt wrote:
>
> > BTW, I'd really like to take this patch series through my tree. That
> > way I can really hammer it, as well as I have code that will be built
> > on top of it.
>
> Works for me; or we can have a topic branch in tip we both can use.
> Ingo?

In case you want to use this branch, I just pushed:

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

ftrace/text-poke

That is these 6 patches applied to v5.4-rc2

I'm going to start running them through my tests. I can work on these
directly. And if Ingo wants to pull this into tip, then we can do that,
and apply the other patches on top of them.

Ingo, would that work for you?

-- Steve



>
> > I'll review the other series in this thread, but I'm assuming they
> > don't rely on this series? Or do they?
>
> Indeed, this series stands on it's own. The rest depends on this.