Re: [PATCH] debugfs: initialize cancellations earlier

From: Johannes Berg
Date: Thu Dec 21 2023 - 13:55:27 EST


On Thu, 2023-12-21 at 18:17 +0100, Greg Kroah-Hartman wrote:
>
> But this doesn't apply against Linus's tree, 

Hmm. It does for me?

$ git checkout linux/master
...
$ curl -s https://lore.kernel.org/lkml/20231221150444.1e47a0377f80.If7e8ba721ba2956f12c6e8405e7d61e154aa7ae7@changeid/raw | git am -
Applying: debugfs: initialize cancellations earlier
$

> or my driver-core-next branch now,

Right, it doesn't apply there, that was branched out from v6.7-rc3.

> where should it go?

I think/hope to 6.7 still, since it fixes something that only got there.

Looks like you routed that other debugfs patch (the lockdep revert I was
talking about) through char-misc?

johannes