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>] [day] [month] [year] [list]
Message-ID: <20251205-vfs-fixes-23ea52006d69@brauner>
Date: Fri,  5 Dec 2025 14:36: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

Hey Linus,

/* Summary */

This contains a few fixes for this cycle:

- Fix a type conversion bug in the ipc subsystem.

- Fix per-dentry timeout warning in autofs.

- Drop the fd conversion from sockets.

- Move assert from iput_not_last() to iput().

- Fix reversed check in filesystems_freeze_callback().

- Use proper uapi types for new struct delegation definitions.

- There's an overlayfs fix waiting as well but it's waiting for testing
  confirmation from the reporter. By the time you're up this might
  already have happened so if this isn't asking too much you could
  choose to apply the fix in [1] directly. Otherwise this will be
  delayed because of upcoming travel
  (Finger's crossed I'll recover well enough.):
  [1]: https://lore.kernel.org/20251205-tortur-amtieren-1273b2eef469@brauner

/* Conflicts */

Merge conflicts with mainline
=============================

No known conflicts.

Merge conflicts with other trees
================================

The following changes since commit 3f9f0252130e7dd60d41be0802bf58f6471c691d:

  Merge tag 'random-6.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random (2025-12-02 19:00:26 -0800)

are available in the Git repository at:

  git@...olite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.19-rc1.fixes

for you to fetch changes up to fe93446b5ebdaa89a8f97b15668c077921a65140:

  vfs: use UAPI types for new struct delegation definition (2025-12-05 13:57:39 +0100)

Please consider pulling these changes from the signed vfs-6.19-rc1.fixes tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.19-rc1.fixes

----------------------------------------------------------------
Christian Brauner (1):
      Revert "net/socket: convert sock_map_fd() to FD_ADD()"

Edward Adam Davis (1):
      mqueue: correct the type of ro to int

Ian Kent (1):
      autofs: fix per-dentry timeout warning

Mateusz Guzik (1):
      fs: assert on I_FREEING not being set in iput() and iput_not_last()

Rafael J. Wysocki (1):
      fs: PM: Fix reverse check in filesystems_freeze_callback()

Thomas Weißschuh (1):
      vfs: use UAPI types for new struct delegation definition

 fs/autofs/dev-ioctl.c      | 22 ++++++++++++----------
 fs/inode.c                 |  3 ++-
 fs/super.c                 |  2 +-
 include/uapi/linux/fcntl.h | 10 +++-------
 ipc/mqueue.c               |  2 +-
 net/socket.c               | 19 ++++++++++++++-----
 6 files changed, 33 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ