2023-11-21 23:13:03

by Steven Rostedt

[permalink] [raw]
Subject: [PATCH 0/4] eventfs: Some more minor fixes

Mark Rutland reported some crashes from the latest eventfs updates.
This fixes most of them.

He still has one splat that he can trigger but I can not. Still looking
into that.


Steven Rostedt (Google) (4):
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
eventfs: Do not allow NULL parent to eventfs_start_creating()
eventfs: Make sure that parent->d_inode is locked in creating files/dirs

----
fs/tracefs/event_inode.c | 24 ++++++++----------------
fs/tracefs/inode.c | 13 ++++---------
2 files changed, 12 insertions(+), 25 deletions(-)


2023-11-22 14:19:42

by Josef Bacik

[permalink] [raw]
Subject: Re: [PATCH 0/4] eventfs: Some more minor fixes

On Tue, Nov 21, 2023 at 06:10:03PM -0500, Steven Rostedt wrote:
> Mark Rutland reported some crashes from the latest eventfs updates.
> This fixes most of them.
>
> He still has one splat that he can trigger but I can not. Still looking
> into that.

Reviewed-by: Josef Bacik <[email protected]>

Thanks,

Josef

2023-11-22 23:40:14

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH 0/4] eventfs: Some more minor fixes

On Wed, 22 Nov 2023 09:19:25 -0500
Josef Bacik <[email protected]> wrote:

> On Tue, Nov 21, 2023 at 06:10:03PM -0500, Steven Rostedt wrote:
> > Mark Rutland reported some crashes from the latest eventfs updates.
> > This fixes most of them.
> >
> > He still has one splat that he can trigger but I can not. Still looking
> > into that.
>
> Reviewed-by: Josef Bacik <[email protected]>

Thanks Josef!

-- Steve