On Tue, Jan 30, 2024 at 11:03:54AM -0800, Linus Torvalds wrote:

>       inode = tracefs_get_inode(dentry->d_sb);
>       if (unlikely(!inode))
> -             return eventfs_failed_creating(dentry);
> +             return ERR_PTR(-ENOMEM);

That belongs in the lookup crapectomy patch - bisect hazard from stray dput().
Same for similar chunks below.

Reply via email to