Re: [PATCH -tip v9 0/6] tracing/probes: uaccess: Add support user-space access

From: Ingo Molnar
Date: Tue May 21 2019 - 04:30:44 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Wed, 15 May 2019 07:55:34 +0200
> Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> > * Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:
> >
> > > Hi,
> > >
> > > Here is the v9 series of probe-event to support user-space access.
> > > Previous version is here.
> > >
> > > https://lkml.kernel.org/r/155741476971.28419.15837024173365724167.stgit@devnote2
> > >
> > > In this version, I fixed more typos/style issues.
> > >
> > > Changes in v9:
> > > [3/6]
> > > - Fix other style & coding issues (Thanks Ingo!)
> > > - Update fetch_store_string() for style consistency.
> > > [4/6]
> > > - Remove an unneeded line break.
> > > - Move || and && in if-condition at the end of line.
> >
> > LGTM:
> >
> > Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>
> >
>
> Hi Ingo,
>
> Do you want me to take this through my tree, or do you want to take it
> through yours?

Since these changes are more heavy on the kernel/tracing/ side I suspect
your tree is the better match for this series?

Thanks,

Ingo