[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240702-vfs-fixes-7b80dba61b09@brauner>
Date: Tue, 2 Jul 2024 21:44:27 +0200
From: Christian Brauner <brauner@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] vfs fixes
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@...olite.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(-)
Powered by blists - more mailing lists