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

From: Steven Rostedt
Date: Mon May 20 2019 - 11:28:35 EST


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?

Thanks,

-- Steve