/* Summary */ This contains various fixes for this cycle: - Bring in an RCU pathwalk fix for afs. This is brought in as a merge from the vfs-6.15.shared.afs branch that needs this commit and other trees already depend on it. - Fix vboxfs unterminated string handling. /* Testing */ gcc version (Debian 14.2.0-8) 14.2.0 Debian clang version 19.1.4 (1) 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 00a7d39898c8010bfd5ff62af31ca5db34421b38: fs/pipe: add simpler helpers for common cases (2025-03-06 18:25:35 -1000) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc7.fixes for you to fetch changes up to 986a6f5eacb900ea0f6036ef724b26e76be40f65: vboxsf: Add __nonstring annotations for unterminated strings (2025-03-11 13:06:39 +0100) Please consider pulling these changes from the signed vfs-6.14-rc7.fixes tag. Thanks! Christian ---------------------------------------------------------------- vfs-6.14-rc7.fixes ---------------------------------------------------------------- Christian Brauner (1): Merge afs RCU pathwalk fix David Howells (1): afs: Fix afs_atcell_get_link() to handle RCU pathwalk Kees Cook (1): vboxsf: Add __nonstring annotations for unterminated strings fs/afs/cell.c | 11 ++++++----- fs/afs/dynroot.c | 15 +++++++++++++-- fs/afs/internal.h | 2 +- fs/afs/proc.c | 4 ++-- fs/vboxsf/super.c | 3 +-- 5 files changed, 23 insertions(+), 12 deletions(-)