Re: [PATCH] debugfs: Fix !DEBUG_FS debugfs_create_automount

From: Steven Rostedt
Date: Thu Nov 21 2019 - 18:55:45 EST


On Thu, 21 Nov 2019 14:26:44 +0100
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:

> On Thu, Nov 21, 2019 at 09:44:13PM +0900, Kusanagi Kouichi wrote:
> > On 2019-11-21 12:52:32 +0100, Greg Kroah-Hartman wrote:
> > >
> > > Has this always been a problem, or did it just show up due to some other
> > > kernel change?
> > >
> >
> > The latter. Please see https://lkml.org/lkml/2019/11/21/11
>
> So it is fine for this to go into 5.5-rc1 then, right? I'll queue it up
> that way.

As the following patch also relies on this fix, can you add this too:

https://lore.kernel.org/lkml/20191120104350753.EWCT.12796.ppp.dion.ne.jp@xxxxxxxxxxxxxxxxxxxxx/

And add my Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

I'm haven't run these through my tests yet, but I'm going to (which
takes 13 hours), just to make sure, but I don't expect it to find
anything. But if it does, I'll let you know.

Thanks!

-- Steve