mbox series

[0/3] Fix for huge faults regression

Message ID 20250203223205.861346-1-amir73il@gmail.com (mailing list archive)
Headers show
Series Fix for huge faults regression | expand

Message

Amir Goldstein Feb. 3, 2025, 10:32 p.m. UTC
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(-)

Comments

Christian Brauner Feb. 5, 2025, 1:12 p.m. UTC | #1
On Mon, 03 Feb 2025 23:32:02 +0100, Amir Goldstein wrote:
> Christian,
> 
> I thought these fixes could go through your tree, because they are
> mostly vfs/file related.
> 
> Hoping that Jan could provide an ACK.
> 
> [...]

Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes

[1/3] fsnotify: use accessor to set FMODE_NONOTIFY_*
      https://git.kernel.org/vfs/vfs/c/fe1052f7e420
[2/3] fsnotify: disable notification by default for all pseudo files
      https://git.kernel.org/vfs/vfs/c/54dbee0b21e1
[3/3] fsnotify: disable pre-content and permission events by default
      https://git.kernel.org/vfs/vfs/c/af6671679734