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@xxxxxxxxxxxxxxxxxxx: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(-)