* [ANNOUNCE] fstests: for-next branch updated to v2025.02.02
@ 2025-02-02 14:46 Zorro Lang
0 siblings, 0 replies; only message in thread
From: Zorro Lang @ 2025-02-02 14:46 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 5088 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.02.02 release.
Release Notes:
1) There're 3 new test cases -- generic/370, generic/759 and generic/760. The
g/759 and g/760 fail on old system which doesn't support MADV_COLLAPSE. It
might be fixed later.
2) The _supported_fs is removed totally, please use _exclude_fs if you need
to skip a test for a fs.
More bug fixes or updates refer to below, thanks for all these contributions.
Thanks,
Zorro
The new head of the for-next branch is commit:
d1adf462e4b2 check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
New commits:
Christoph Hellwig (6):
[329e47e375fb] xfs/541: _notrun if the file system can't mount
[d2f055fd91a2] generic/363: remove _supported_fs xfs
[1f193e75d3f1] common: remove the $FSYP check in _cleanup_dump
[9d6ea111e5b9] replace _supported_fs with _exclude_fs
[1246241aa954] generic/418: use min_dio_alignment
[a4163647375c] common: skip tests using LVM when the device is no known
Eric Sandeen (1):
[3fa459d162c9] fix vfs/utils.c for big-endian systems
Filipe Manana (1):
[fa47c4d8affa] generic: test swap activation on file that used to have clones
Joanne Koong (2):
[40150a936449] fsx: support reads/writes from buffers backed by hugepages
[627289232371] generic: add tests for read/writes from hugepages-backed buffers
Nirjhar Roy (IBM) (1):
[d1adf462e4b2] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
Shin'ichiro Kawasaki (1):
[a7d82369dcae] fsx: fix compile error for preadv2()
Theodore Ts'o (1):
[6bf32d1a46d4] xfs/032: fix test failure on kernels which don't support bs > ps
Code Diffstat:
check | 12 +---
common/dump | 6 --
common/rc | 43 +++++++------
ltp/fsx.c | 167 ++++++++++++++++++++++++++++++++++++++++++++++----
src/vfs/utils.c | 6 +-
tests/ext4/001 | 4 +-
tests/ext4/002 | 2 +-
tests/ext4/003 | 3 +-
tests/ext4/004 | 3 +-
tests/ext4/005 | 4 +-
tests/ext4/006 | 3 +-
tests/ext4/007 | 3 +-
tests/ext4/008 | 3 +-
tests/ext4/009 | 3 +-
tests/ext4/010 | 3 +-
tests/ext4/011 | 3 +-
tests/ext4/012 | 3 +-
tests/ext4/013 | 3 +-
tests/ext4/014 | 3 +-
tests/ext4/015 | 3 +-
tests/ext4/016 | 3 +-
tests/ext4/017 | 3 +-
tests/ext4/018 | 3 +-
tests/ext4/019 | 3 +-
tests/ext4/020 | 4 +-
tests/ext4/021 | 4 +-
tests/ext4/022 | 4 +-
tests/ext4/023 | 4 +-
tests/ext4/024 | 4 +-
tests/ext4/025 | 4 +-
tests/ext4/026 | 4 +-
tests/ext4/027 | 4 +-
tests/ext4/028 | 4 +-
tests/ext4/029 | 4 +-
tests/ext4/030 | 4 +-
tests/ext4/031 | 4 +-
tests/ext4/032 | 3 +-
tests/ext4/033 | 4 +-
tests/ext4/034 | 3 +-
tests/ext4/035 | 3 +-
tests/ext4/036 | 3 +-
tests/ext4/037 | 2 +-
tests/ext4/038 | 3 +-
tests/ext4/039 | 3 +-
tests/ext4/040 | 1 -
tests/ext4/041 | 1 -
tests/ext4/042 | 3 -
tests/ext4/043 | 2 +-
tests/ext4/044 | 4 +-
tests/ext4/045 | 3 +-
tests/ext4/046 | 3 +-
tests/ext4/047 | 4 +-
tests/ext4/048 | 3 +-
tests/ext4/049 | 3 +-
tests/ext4/050 | 3 +-
tests/ext4/051 | 3 +-
tests/ext4/052 | 3 +-
tests/ext4/053 | 1 -
tests/ext4/054 | 4 +-
tests/ext4/055 | 4 +-
tests/ext4/056 | 4 +-
tests/ext4/057 | 4 +-
tests/ext4/058 | 4 +-
tests/ext4/059 | 4 +-
tests/ext4/060 | 4 +-
tests/ext4/271 | 4 +-
tests/ext4/301 | 4 +-
tests/ext4/302 | 4 +-
tests/ext4/303 | 4 +-
tests/ext4/304 | 4 +-
tests/ext4/305 | 3 +-
tests/ext4/306 | 3 +-
tests/ext4/307 | 4 +-
tests/generic/081 | 6 +-
tests/generic/108 | 6 +-
tests/generic/187 | 8 ++-
tests/generic/294 | 2 +-
tests/generic/357 | 2 +-
tests/generic/362 | 3 +-
tests/generic/363 | 3 -
tests/generic/370 | 109 ++++++++++++++++++++++++++++++++
tests/generic/370.out | 25 ++++++++
tests/generic/418 | 2 +-
tests/generic/459 | 6 +-
tests/generic/465 | 2 +-
tests/generic/500 | 2 +-
tests/generic/631 | 4 +-
tests/generic/679 | 2 +-
tests/generic/699 | 3 +-
tests/generic/732 | 4 +-
tests/generic/740 | 7 ++-
tests/generic/759 | 22 +++++++
tests/generic/759.out | 4 ++
tests/generic/760 | 26 ++++++++
tests/generic/760.out | 4 ++
tests/xfs/032 | 2 +-
tests/xfs/541 | 2 +-
97 files changed, 570 insertions(+), 145 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:[~2025-02-02 14:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02 14:46 [ANNOUNCE] fstests: for-next branch updated to v2025.02.02 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.