All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: for-next branch updated to v2025.05.25
Date: Sun, 25 May 2025 20:50:15 +0800	[thread overview]
Message-ID: <9a36c5b77e0b7261ff07fd7c1491338e@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 7583 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 v2025.05.25 release.

Release Notes:
1) There're 3 new test cases in this release, include btrfs/336, f2fs/013
   generic/777 and selftest/007. The g/777 tests connectable file handles.
2) A new group name "mmap", please add proper test cases into this group.
3) A new optional interactive input for "./new" script.

More updates and fixes refer to below, thanks for all these contributions!

Thanks,
Zorro

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

b7680adf9ff7 open_by_handle: add a test for connectable file handles

New commits:

Amir Goldstein (2):
      [67b823d4a832] open_by_handle: add support for testing connectable file handles
      [b7680adf9ff7] open_by_handle: add a test for connectable file handles

Chao Yu (1):
      [75372b7617a2] f2fs/013: test to check potential corruption on atomic_write file

Christoph Hellwig (1):
      [0e88b42adfbc] xfs: skip test that want to mdrestore to block devices on zoned devices

Darrick J. Wong (4):
      [c0de6df76100] generic/251: fix infinite looping if fstrim_loop configuration fails
      [34d0c55a92b5] generic/251: skip this test if fstrim geometry detection fails
      [cc0dcbf48849] check: unbreak iam
      [68fa350e1e77] check: check and fix the test filesystem after failed tests

Filipe Manana (3):
      [aac2e9fee68b] fstests: add a mmap test group
      [3c21ae673e70] btrfs: add tests that exercise raid profiles to the raid group
      [282e4fe8cf47] btrfs/023: add to the quick group

Johannes Thumshirn (1):
      [1e1d98c85d73] fstests: btrfs: add git commit ID to btrfs/335

Nirjhar Roy (IBM) (3):
      [f0477f43d203] tests/selftest: Add a new pseudo flaky test.
      [359cb24a11d8] new: Add a new parameter (copyright-owner) in the "new" script
      [7e41a4a04bdf] new: Replace "status=0; exit 0" with _exit 0

Qu Wenruo (4):
      [f405f5f6cc8e] fstests: generic/537: remove the btrfs specific mount option
      [3bbdf4241a5f] fstests: btrfs: a new test case to verify scrub and rescue=idatacsums
      [49170253afef] fstests: btrfs/220: do not use nologreplay when possible
      [22cc9e29bdf8] fstests: btrfs/020: use device pool to avoid busy TEST_DEV


Code Diffstat:

 check                  |  9 +++++--
 common/populate        |  2 +-
 common/rc              | 16 +++++++++---
 common/xfs             | 14 ++++++++++
 doc/group-names.txt    |  1 +
 new                    |  8 +++---
 src/open_by_handle.c   | 53 ++++++++++++++++++++++++++++++-------
 tests/btrfs/003        |  2 +-
 tests/btrfs/011        |  2 +-
 tests/btrfs/020        | 51 +++++++++++++-----------------------
 tests/btrfs/020.out    |  2 +-
 tests/btrfs/023        |  2 +-
 tests/btrfs/027        |  2 +-
 tests/btrfs/060        |  2 +-
 tests/btrfs/061        |  2 +-
 tests/btrfs/062        |  2 +-
 tests/btrfs/063        |  2 +-
 tests/btrfs/064        |  2 +-
 tests/btrfs/065        |  2 +-
 tests/btrfs/066        |  2 +-
 tests/btrfs/067        |  2 +-
 tests/btrfs/068        |  2 +-
 tests/btrfs/069        |  2 +-
 tests/btrfs/070        |  2 +-
 tests/btrfs/071        |  2 +-
 tests/btrfs/072        |  2 +-
 tests/btrfs/073        |  2 +-
 tests/btrfs/074        |  2 +-
 tests/btrfs/100        |  2 +-
 tests/btrfs/101        |  2 +-
 tests/btrfs/124        |  2 +-
 tests/btrfs/125        |  2 +-
 tests/btrfs/140        |  2 +-
 tests/btrfs/141        |  2 +-
 tests/btrfs/142        |  2 +-
 tests/btrfs/143        |  2 +-
 tests/btrfs/146        |  2 +-
 tests/btrfs/148        |  2 +-
 tests/btrfs/150        |  2 +-
 tests/btrfs/151        |  2 +-
 tests/btrfs/160        |  2 +-
 tests/btrfs/175        |  2 +-
 tests/btrfs/184        |  2 +-
 tests/btrfs/195        |  2 +-
 tests/btrfs/197        |  2 +-
 tests/btrfs/198        |  2 +-
 tests/btrfs/209        |  2 +-
 tests/btrfs/220        |  7 ++---
 tests/btrfs/223        |  2 +-
 tests/btrfs/242        |  2 +-
 tests/btrfs/249        |  2 +-
 tests/btrfs/254        |  2 +-
 tests/btrfs/265        |  2 +-
 tests/btrfs/266        |  2 +-
 tests/btrfs/267        |  2 +-
 tests/btrfs/268        |  2 +-
 tests/btrfs/269        |  2 +-
 tests/btrfs/270        |  2 +-
 tests/btrfs/286        |  2 +-
 tests/btrfs/296        |  2 +-
 tests/btrfs/335        |  4 +--
 tests/btrfs/336        | 35 +++++++++++++++++++++++++
 tests/btrfs/336.out    |  2 ++
 tests/f2fs/013         | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/f2fs/013.out     |  2 ++
 tests/generic/019      |  2 +-
 tests/generic/029      |  2 +-
 tests/generic/030      |  2 +-
 tests/generic/068      |  2 +-
 tests/generic/074      |  2 +-
 tests/generic/080      |  2 +-
 tests/generic/095      |  2 +-
 tests/generic/127      |  2 +-
 tests/generic/140      |  2 +-
 tests/generic/141      |  2 +-
 tests/generic/173      |  2 +-
 tests/generic/215      |  2 +-
 tests/generic/219      |  2 +-
 tests/generic/246      |  2 +-
 tests/generic/247      |  2 +-
 tests/generic/248      |  2 +-
 tests/generic/251      | 29 ++++++++++++---------
 tests/generic/279      |  2 +-
 tests/generic/281      |  2 +-
 tests/generic/282      |  2 +-
 tests/generic/283      |  2 +-
 tests/generic/325      |  2 +-
 tests/generic/340      |  2 +-
 tests/generic/344      |  2 +-
 tests/generic/345      |  2 +-
 tests/generic/346      |  2 +-
 tests/generic/413      |  2 +-
 tests/generic/428      |  2 +-
 tests/generic/437      |  2 +-
 tests/generic/438      |  2 +-
 tests/generic/446      |  2 +-
 tests/generic/462      |  2 +-
 tests/generic/469      |  2 +-
 tests/generic/470      |  2 +-
 tests/generic/499      |  2 +-
 tests/generic/503      |  2 +-
 tests/generic/511      |  2 +-
 tests/generic/537      |  1 -
 tests/generic/567      |  2 +-
 tests/generic/569      |  2 +-
 tests/generic/570      |  2 +-
 tests/generic/574      |  2 +-
 tests/generic/578      |  2 +-
 tests/generic/605      |  2 +-
 tests/generic/614      |  2 +-
 tests/generic/623      |  2 +-
 tests/generic/630      |  2 +-
 tests/generic/638      |  2 +-
 tests/generic/647      |  2 +-
 tests/generic/651      |  2 +-
 tests/generic/652      |  2 +-
 tests/generic/653      |  2 +-
 tests/generic/654      |  2 +-
 tests/generic/655      |  2 +-
 tests/generic/657      |  2 +-
 tests/generic/658      |  2 +-
 tests/generic/659      |  2 +-
 tests/generic/660      |  2 +-
 tests/generic/661      |  2 +-
 tests/generic/662      |  2 +-
 tests/generic/663      |  2 +-
 tests/generic/664      |  2 +-
 tests/generic/665      |  2 +-
 tests/generic/666      |  2 +-
 tests/generic/669      |  2 +-
 tests/generic/670      |  2 +-
 tests/generic/671      |  2 +-
 tests/generic/672      |  2 +-
 tests/generic/708      |  3 ++-
 tests/generic/729      |  2 +-
 tests/generic/742      |  3 ++-
 tests/generic/743      |  2 +-
 tests/generic/749      |  2 +-
 tests/generic/758      |  2 +-
 tests/generic/777      | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/777.out  |  4 +++
 tests/overlay/061      |  2 +-
 tests/selftest/007     | 21 +++++++++++++++
 tests/selftest/007.out |  2 ++
 tests/xfs/090          |  2 +-
 tests/xfs/108          |  2 +-
 tests/xfs/166          |  2 +-
 tests/xfs/194          |  2 +-
 tests/xfs/284          |  1 +
 tests/xfs/550          |  2 +-
 tests/xfs/551          |  2 +-
 tests/xfs/552          |  2 +-
 tests/xfs/559          |  2 +-
 tests/xfs/598          |  1 +
 154 files changed, 467 insertions(+), 203 deletions(-)
--
Zorro Lang
zlang@kernel.org

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

                 reply	other threads:[~2025-05-25 12:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a36c5b77e0b7261ff07fd7c1491338e@kernel.org \
    --to=zlang@kernel.org \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.