All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: for-next branch updated to v2026.05.17
@ 2026-05-16 18:44 Zorro Lang
  0 siblings, 0 replies; only message in thread
From: Zorro Lang @ 2026-05-16 18:44 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 5044 bytes --]

Hi all,

The for-next branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

has just been updated and tagged as v2026.05.17 release.

Release Notes:
1) This release introduces 1 new test case -- generic/794, which currently
   fails on ext4 and xfs. Bug fixes are under review, we need to update
   _fixed_by_fs_commit once those fixes are merged.
2) Nearly all $MOUNT_PROG has been converted to _mount helper.
3) Lots of random fixes for ext4, xfs, btrfs and vfs testing.

More details refer to below, thanks for all these contributions.

Thanks,
Zorro

The new head of the for-next branch is commit:

ffc8bad17e5b xfs/21{6,7} Use default -l concurrency=0 on mkfs.xfs that supports it

New commits:

Christian Brauner (1):
      [8c69a37c4f4c] vfs: fix dumpable race in create_userns_hierarchy()

Christoph Hellwig (1):
      [12c729c1a296] xfs/216: pass -t xfs to _mount

Darrick J. Wong (4):
      [078f3204e049] treewide: convert all $MOUNT_PROG to _mount
      [832a6d9ac226] check: capture dmesg of mount failures if test fails
      [f61ba0fde3ec] generic/45[34]: add detection of confusable variation sequences
      [cdd9140a2f78] generic/45[34]: don't warn on mixed bidirectional characters

David Disseldorp (1):
      [4192c9e2266c] common/rc: add default _udev_wait timeout

Disha Goel (2):
      [a974318c5bfa] common/dmlogwrites: add _require_log_writes_sized helper
      [3aca6733f6cd] btrfs/291: fix state transition logic and add size requirement

Filipe Manana (1):
      [528c7ba2a275] fstests: add commit IDs for kernel fixes already merged

Joanne Chang (1):
      [b8bcadc36c36] f2fs/{022,023}: clear MOUNT_OPTIONS alongside MKFS_OPTIONS

Johannes Thumshirn (1):
      [d9b1d9c6f43e] generic/793: limit number of overwrites

Lukas Herbolt (4):
      [55f45a620c55] common/rc: Add helper to calculate percentage of free space available
      [7f162f5bcf50] common/xfs: helper function to check if -l/-d/-r concurrecy flags.
      [393a4e58584d] generic/{102,172,347}: Adapt test for XFS on systems with 128+CPUs + SSDs
      [ffc8bad17e5b] xfs/21{6,7} Use default -l concurrency=0 on mkfs.xfs that supports it

Ojaswin Mujoo (1):
      [0d6ed520323d] ext4/307: Calculate donor size to avoid failures for 64k bs

Qu Wenruo (1):
      [8413f58d843f] fstests: support new mkfs.btrfs help string

Zhang Yi (1):
      [95155ec233fa] generic: test post-EOF gap zeroing persistence

Zorro Lang (1):
      [55e172c4c914] xfs/227: fix bad variable expansion


Code Diffstat:

 check                  |  20 +++++-
 common/btrfs           |   4 +-
 common/config          |   2 +-
 common/dmdelay         |   2 +-
 common/dmerror         |   2 +-
 common/dmlogwrites     |  18 +++++-
 common/overlay         |   6 +-
 common/rc              |  31 ++++++++-
 common/report          |   8 +++
 common/xfs             |   9 +++
 doc/xunit.xsd          |  12 +++-
 src/vfs/utils.c        |  20 ++++++
 tests/btrfs/012        |   6 +-
 tests/btrfs/075        |   2 +-
 tests/btrfs/089        |   2 +-
 tests/btrfs/136        |   4 +-
 tests/btrfs/208        |   2 +-
 tests/btrfs/291        |  19 ++++--
 tests/btrfs/330        |   2 +-
 tests/btrfs/335        |   2 +-
 tests/btrfs/343        |   2 +-
 tests/btrfs/344        |   4 +-
 tests/ext4/032         |   2 +-
 tests/ext4/307         |  18 ++++--
 tests/f2fs/022         |   1 +
 tests/f2fs/023         |   1 +
 tests/generic/067      |   4 +-
 tests/generic/089      |   2 +-
 tests/generic/102      |   5 +-
 tests/generic/102.out  |  20 +++---
 tests/generic/120      |   2 +-
 tests/generic/172      |   8 +--
 tests/generic/306      |   2 +-
 tests/generic/347      |   9 ++-
 tests/generic/361      |   2 +-
 tests/generic/373      |   2 +-
 tests/generic/374      |   2 +-
 tests/generic/395      |   4 +-
 tests/generic/409      |   6 +-
 tests/generic/410      |   8 +--
 tests/generic/411      |   8 +--
 tests/generic/453      |  45 +++++++++++++
 tests/generic/454      |  46 ++++++++++++++
 tests/generic/504      |   4 +-
 tests/generic/589      |   8 +--
 tests/generic/631      |   2 +-
 tests/generic/717      |   2 +-
 tests/generic/792      |   2 +-
 tests/generic/793      |   9 ++-
 tests/generic/794      | 168 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/794.out  |   4 ++
 tests/overlay/005      |   4 +-
 tests/overlay/025      |   2 +-
 tests/overlay/062      |   2 +-
 tests/overlay/083      |   6 +-
 tests/overlay/086      |  12 ++--
 tests/selftest/008     |  22 +++++++
 tests/selftest/008.out |   1 +
 tests/xfs/044          |   2 +-
 tests/xfs/049          |   8 +--
 tests/xfs/149          |   4 +-
 tests/xfs/206          |   2 +-
 tests/xfs/216          |   8 ++-
 tests/xfs/217          |   7 ++-
 tests/xfs/227          |   6 +-
 tests/xfs/250          |   2 +-
 tests/xfs/289          |   4 +-
 tests/xfs/300          |   2 +-
 tests/xfs/507          |   2 +-
 tests/xfs/544          |   2 +-
 70 files changed, 553 insertions(+), 120 deletions(-)
--
Zorro Lang
zlang@kernel.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-16 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16 18:44 [ANNOUNCE] fstests: for-next branch updated to v2026.05.17 Zorro Lang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.