mbox series

[GIT,PULL] vfs fixes

Message ID 20240702-vfs-fixes-7b80dba61b09@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs fixes | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10-rc7.fixes.2

Message

Christian Brauner July 2, 2024, 7:44 p.m. UTC
Hey Linus,

/* Summary */
This contains three fixes:

VFS:

- Improve handling of deep ancestor chains in is_subdir().
- Release locks cleanly when fctnl_setlk() races with close().
  When setting a file lock fails the VFS tries to cleanup the already
  created lock. The helper used for this calls back into the LSM layer
  which may cause it to fail, leaving the lock accessible via
  /proc/locks.

AFS:

- Fix a comma/semicolon typo.

/* Testing */
clang: Debian clang version 16.0.6 (27)
gcc: (Debian 13.2.0-25) 13.2.0

All patches are based on v6.10-rc6. No build failures or warnings were observed.

/* Conflicts */
No known conflicts.

The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10-rc7.fixes.2

for you to fetch changes up to 655593a40efc577edc651f1d5c5dfde83367c477:

  afs: Convert comma to semicolon (2024-07-02 21:23:00 +0200)

Please consider pulling these changes from the signed vfs-6.10-rc7.fixes.2 tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.10-rc7.fixes.2

----------------------------------------------------------------
Chen Ni (1):
      afs: Convert comma to semicolon

Christian Brauner (1):
      fs: better handle deep ancestor chains in is_subdir()

Jann Horn (1):
      filelock: Remove locks reliably when fcntl/close race is detected

 fs/afs/inode.c |  4 ++--
 fs/dcache.c    | 31 ++++++++++++++-----------------
 fs/locks.c     |  9 ++++-----
 3 files changed, 20 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org July 2, 2024, 8:56 p.m. UTC | #1
The pull request you sent on Tue,  2 Jul 2024 21:44:27 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.10-rc7.fixes.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dbd8132aced4596ce8386af3041dfd310c8f42c8

Thank you!