[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250725-vfs-fixes-067e349ed4dc@brauner>
Date: Fri, 25 Jul 2025 10:54:00 +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 two last-minute fixes for this cycle:
- Set afs vllist to NULL if addr parsing fails.
- Add a missing check for reaching the end of the string in afs.
/* Testing */
gcc (Debian 14.2.0-19) 14.2.0
Debian clang version 19.1.7 (3)
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit 89be9a83ccf1f88522317ce02f854f30d6115c41:
Linux 6.16-rc7 (2025-07-20 15:18:33 -0700)
are available in the Git repository at:
git@...olite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.16-rc8.fixes
for you to fetch changes up to 8b3c655fa2406b9853138142746a39b7615c54a2:
afs: Set vllist to NULL if addr parsing fails (2025-07-23 13:54:34 +0200)
Please consider pulling these changes from the signed vfs-6.16-rc8.fixes tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.16-rc8.fixes
----------------------------------------------------------------
Edward Adam Davis (1):
afs: Set vllist to NULL if addr parsing fails
Leo Stone (1):
afs: Fix check for NULL terminator
fs/afs/addr_prefs.c | 2 +-
fs/afs/cell.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists