Re: [PATCH 6.8 000/340] 6.8.10-rc2 review

From: Steven Rostedt
Date: Thu May 16 2024 - 14:55:46 EST


On Thu, 16 May 2024 14:02:42 +0200
Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:

> > As Mark Brown reported and bisected.
> > LKFT also noticed this test regression on 6.8 and 6.6 branches.
> >
> > kselftest-ftrace test case,
> > ftrace_ftracetest-ktap_Test_file_and_directory_owership_changes_for_eventfs
> > failed on all the boards.
> >
> > Looks we need to add this patch,
> > d57cf30c4c07837799edec949102b0adf58bae79
> > eventfs: Have "events" directory get permissions from its parent
> >
> > Let me try this patch and get back to you.
>
> The cherry-pick failed.

That's because it depends on:

c3137ab6318d5 ("eventfs: Create eventfs_root_inode to store dentry")

-- Steve