mbox series

[0/2] Fix for potential deadlock in pre-content event

Message ID 20250309115207.908112-1-amir73il@gmail.com (mailing list archive)
Headers show
Series Fix for potential deadlock in pre-content event | expand

Message

Amir Goldstein March 9, 2025, 11:52 a.m. UTC
Jan,

Please consider this fix for the lockdep issue reported by syzbot.

Thanks,
Amir.

Amir Goldstein (2):
  fsnotify: remove check if file is actually being watched for
    pre-content events on open
  fsnotify: avoid pre-content events when faulting in user pages

 fs/notify/fsnotify.c | 29 ++++-------------------------
 include/linux/fs.h   | 18 +++++++++++++++++-
 2 files changed, 21 insertions(+), 26 deletions(-)