mbox series

[GIT,PULL] vfs fixes

Message ID 20250313-vfs-fixes-a0e878b9a930@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs fixes | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc7.fixes

Message

Christian Brauner March 13, 2025, 9:13 a.m. UTC
/* 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@gitolite.kernel.org: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(-)

Comments

pr-tracker-bot@kernel.org March 13, 2025, 7:04 p.m. UTC | #1
The pull request you sent on Thu, 13 Mar 2025 10:13:15 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc7.fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f7617f4500900f39b604ca724a34a9cfd1fa63a

Thank you!