[0/4] eventfs: Some more minor fixes

Message ID 20231121231003.516999942@goodmis.org
Headers
Series eventfs: Some more minor fixes |

Message

Steven Rostedt Nov. 21, 2023, 11:10 p.m. UTC
  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(-)
  

Comments

Josef Bacik Nov. 22, 2023, 2:19 p.m. UTC | #1
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 <josef@toxicpanda.com>

Thanks,

Josef
  
Steven Rostedt Nov. 22, 2023, 11:40 p.m. UTC | #2
On Wed, 22 Nov 2023 09:19:25 -0500
Josef Bacik <josef@toxicpanda.com> 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 <josef@toxicpanda.com>

Thanks Josef!

-- Steve