All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix for huge faults regression
@ 2025-02-03 22:32 Amir Goldstein
  2025-02-03 22:32 ` [PATCH 1/3] fsnotify: use accessor to set FMODE_NONOTIFY_* Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Amir Goldstein @ 2025-02-03 22:32 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Jan Kara, Alex Williamson, Linus Torvalds, linux-fsdevel

Christian,

I thought these fixes could go through your tree, because they are
mostly vfs/file related.

Hoping that Jan could provide an ACK.

The two Fix patches have been tested by Alex together and each one
independently.

I also verified that they pass the LTP inoityf/fanotify tests.

Thanks,
Amir.

Amir Goldstein (3):
  fsnotify: use accessor to set FMODE_NONOTIFY_*
  fsnotify: disable notification by default for all pseudo files
  fsnotify: disable pre-content and permission events by default

 drivers/tty/pty.c        |  2 +-
 fs/file_table.c          | 16 ++++++++++++++++
 fs/notify/fsnotify.c     | 18 ++++++++++++------
 fs/open.c                | 11 ++++++-----
 fs/pipe.c                |  6 ++++++
 include/linux/fs.h       |  9 ++++++++-
 include/linux/fsnotify.h |  4 ++--
 net/socket.c             |  5 +++++
 8 files changed, 56 insertions(+), 15 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-02-05 22:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 22:32 [PATCH 0/3] Fix for huge faults regression Amir Goldstein
2025-02-03 22:32 ` [PATCH 1/3] fsnotify: use accessor to set FMODE_NONOTIFY_* Amir Goldstein
2025-02-04 10:43   ` Christian Brauner
2025-02-04 10:58     ` Amir Goldstein
2025-02-05 16:52     ` Jan Kara
2025-02-03 22:32 ` [PATCH 2/3] fsnotify: disable notification by default for all pseudo files Amir Goldstein
2025-02-05 16:52   ` Jan Kara
2025-02-03 22:32 ` [PATCH 3/3] fsnotify: disable pre-content and permission events by default Amir Goldstein
2025-02-05 16:59   ` Jan Kara
2025-02-05 22:20     ` Amir Goldstein
2025-02-05 13:12 ` [PATCH 0/3] Fix for huge faults regression Christian Brauner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.