[GIT PULL] vfs fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxx: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(-)




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux