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: <20250402-vfs-fixes-a079545d90a9@brauner>
Date: Wed,  2 Apr 2025 17:46:12 +0200
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 various fixes for this cycle:

- Add a new maintainer for configfs.

- Fix exportfs module description.

- Place flexible array memeber at the end of an internal struct in the
  mount code.

- Add new maintainer for netfslib as Jeff Layton is stepping down as
  current co-maintainer.

- Fix error handling in cachefiles_get_directory().

- Cleanup do_notify_pidfd().

- Fix syscall number definitions in pidfd selftests.

- Fix racy usage of fs_struct->in exec during multi-threaded exec.

- Ensure correct exit code is reported when pidfs_exit() is called from
  release_task() for a delayed thread-group leader exit.

- Fix conflicting iomap flag definitions.

/* Testing */

gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)

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 2df0c02dab829dd89360d98a8a1abaa026ef5798:

  x86 boot build: make git ignore stale 'tools' directory (2025-03-24 23:09:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 923936efeb74b3f42e5ad283a0b9110bda102601:

  iomap: Fix conflicting values of iomap flags (2025-03-28 10:45:00 +0100)

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

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc1.fixes

----------------------------------------------------------------
Andreas Hindborg (1):
      MAINTAINERS: configfs: add Andreas Hindborg as maintainer

Arnd Bergmann (1):
      exportfs: add module description

Gustavo A. R. Silva (1):
      fs: namespace: Avoid -Wflex-array-member-not-at-end warning

Jeff Layton (1):
      netfs: add Paulo as maintainer and remove myself as Reviewer

Marc Dionne (1):
      cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory

Oleg Nesterov (4):
      pidfs: cleanup the usage of do_notify_pidfd()
      selftests/pidfd: fixes syscall number defines
      exec: fix the racy usage of fs_struct->in_exec
      exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() and pidfs_exit()

Ritesh Harjani (IBM) (1):
      iomap: Fix conflicting values of iomap flags

 CREDITS                                           |  4 ++++
 MAINTAINERS                                       |  7 ++++---
 fs/cachefiles/namei.c                             |  7 ++++---
 fs/exec.c                                         | 15 +++++++++------
 fs/exportfs/expfs.c                               |  1 +
 fs/namespace.c                                    |  4 +++-
 include/linux/iomap.h                             | 15 +++++++--------
 kernel/exit.c                                     | 11 +++++------
 kernel/signal.c                                   |  8 +++-----
 tools/testing/selftests/clone3/clone3_selftests.h |  2 +-
 tools/testing/selftests/pidfd/pidfd.h             |  8 ++++----
 11 files changed, 45 insertions(+), 37 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ