[GIT PULL] vfs fixes

From: Christian Brauner
Date: Fri Jul 25 2025 - 04:54:20 EST


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