lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250313-vfs-fixes-a0e878b9a930@brauner>
Date: Thu, 13 Mar 2025 10:13:15 +0100
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

/* 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@...olite.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ