Re: [PATCH] kernel: trace: pass export pointer as argument to ->write()

From: Steven Rostedt
Date: Mon Dec 04 2017 - 07:09:49 EST


On Wed, 17 May 2017 22:52:28 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Thu, 18 May 2017 10:26:59 +0800
> Chunyan Zhang <zhang.chunyan@xxxxxxxxxx> wrote:
>
> > On 17 May 2017 at 16:05, Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx> wrote:
> > > That way, users don't need to keep a global static pointer and can
> > > rely on container_of() to fetch their own structure.
> > >
> > > Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
> >
> > Reviewed-by: Chunyan Zhang <zhang.chunyan@xxxxxxxxxx>
>
>
> If someone wants to pull this through their tree, feel free to do
> so. I've already acked it.

I guess nobody pulled this in. Does it still need to go? I'll add it to
my tree and start testing it, but I'll drop it if it's not needed (or I
don't get a response to this email).

-- Steve