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: <20250512-vfs-fixes-5cd1f86de6df@brauner>
Date: Mon, 12 May 2025 13:01:54 +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:

* Ensure that simple_xattr_list() always includes security.* xattrs.

* Fix eventpoll busy loop optimization when combined with timeouts.

* Disable swapon() for devices with block sizes greater than page sizes.

* Done call errseq_set() twice during mark_buffer_write_io_error(). Just use
  mapping_set_error() which takes care to not deference unconditionally.

/* Testing */

gcc (Debian 14.2.0-19) 14.2.0
Debian clang version 19.1.7 (3)

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 b4432656b36e5cc1d50a1f2dc15357543add530e:

  Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 04679f3c27e132c1a2d3881de2f0c5d7128de7c1:

  fs: Remove redundant errseq_set call in mark_buffer_write_io_error. (2025-05-09 12:31:57 +0200)

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

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc7.fixes

----------------------------------------------------------------
Jeremy Bongio (1):
      fs: Remove redundant errseq_set call in mark_buffer_write_io_error.

Luis Chamberlain (1):
      swapfile: disable swapon for bs > ps devices

Max Kellermann (1):
      fs/eventpoll: fix endless busy loop after timeout has expired

Stephen Smalley (1):
      fs/xattr.c: fix simple_xattr_list to always include security.* xattrs

 fs/buffer.c    |  4 +---
 fs/eventpoll.c |  7 ++++---
 fs/xattr.c     | 24 ++++++++++++++++++++++++
 mm/swapfile.c  |  9 +++++++++
 4 files changed, 38 insertions(+), 6 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ