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 e5555e75ba19
Date: Sun, 25 Sep 2022 20:25:30 +0800	[thread overview]
Message-ID: <20220925122533.2F331C433C1@smtp.kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4375 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 v2022.09.25 release.

Release notes:
1) There're 6 new cases in this release, include g/698, g/699, g/700, g/701,
   btrfs/274 and btrfs/275. They're all for known and fixed linux issues,
   so might fail on old downstream kernel, but generally won't break downstream
   testing by kernel hang/panic.

2) egrep and fgrep is deprecated, latest grep package start to print a warning
   about that. Thanks xzhou@ changes all egrep/fgrep to grep -E/-F in fstests.
   From now on, please don't use egrep and fgrep in fstests, if you have patches
   are using them, please replace with grep -E/-F.

Thanks all your contribution! More details as below.

Thanks,
Zorro

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

e5555e75ba19 btrfs: test xattr changes for RO btrfs property

New commits:

Christian Brauner (3):
[U]      [7c7a73c43be8] idmapped-mounts: account for EOVERFLOW
[N]      [c343488d82d4] generic: basic group ownership changing test
[N]      [b7adca6f6676] generic: overlay group ownership changing test

Filipe Manana (1):
[N]      [a945da31e759] btrfs: test that we can not delete a subvolume with an active swap file

Goldwyn Rodrigues (1):
[N]      [e5555e75ba19] btrfs: test xattr changes for RO btrfs property

Murphy Zhou (2):
[U]      [1cbaf24e0cc8] egrep, fgrep: deprecated
[U]      [9a5559da1af7] common/quota: fix grep pattern

Pavel Reichl (3):
[U]      [e635c29e187d] ext4/044: Add missing check for return value
[U]      [9fd20429c9ce] common: new helper to alloacate fixed size files
[N]      [ce77f0422ae8] generic: test i_blocks for truncated large files

Qu Wenruo (1):
[U]      [42cc53859ca1] btrfs/253: update the data chunk size to the correct one

Zorro Lang (1):
[N]      [033a68a98684] generic: new test to verify selinux label of whiteout inode


Code Diffstat:

 check                     |   2 +-
 common/btrfs              |   4 +-
 common/dmlogwrites        |   2 +-
 common/dump               |   4 +-
 common/encrypt            |   4 +-
 common/filter             |   2 +-
 common/fuzzy              |   6 +-
 common/populate           |   2 +-
 common/quota              |  10 +--
 common/rc                 |  59 ++++++++++++-----
 common/repair             |   2 +-
 common/xfs                |  12 ++--
 src/vfs/idmapped-mounts.c |   4 +-
 tests/btrfs/011           |   2 +-
 tests/btrfs/100           |   2 +-
 tests/btrfs/101           |   2 +-
 tests/btrfs/187           |   2 +-
 tests/btrfs/252           |   2 +-
 tests/btrfs/253           |  18 ++++-
 tests/btrfs/274           |  58 +++++++++++++++++
 tests/btrfs/274.out       |   6 ++
 tests/btrfs/275           |  88 +++++++++++++++++++++++++
 tests/btrfs/275.out       |  39 +++++++++++
 tests/ext4/006            |   2 +-
 tests/ext4/044            |   8 +--
 tests/ext4/044.out        |   4 +-
 tests/generic/164         |   2 +-
 tests/generic/165         |   2 +-
 tests/generic/454         |   2 +-
 tests/generic/670         |   2 +-
 tests/generic/694         |   8 ++-
 tests/generic/698         | 117 +++++++++++++++++++++++++++++++++
 tests/generic/698.out     |  19 ++++++
 tests/generic/699         | 163 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/699.out     |  27 ++++++++
 tests/generic/700         |  64 ++++++++++++++++++
 tests/generic/700.out     |   2 +
 tests/generic/701         |  51 +++++++++++++++
 tests/generic/701.out     |   2 +
 tests/xfs/008             |   2 +-
 tests/xfs/012             |   2 +-
 tests/xfs/033             |   2 +-
 tests/xfs/064             |   4 +-
 tests/xfs/065             |   2 +-
 tests/xfs/083             |   2 +-
 tests/xfs/122             |   4 +-
 tests/xfs/138             |   2 +-
 tests/xfs/185             |   2 +-
 tests/xfs/186             |   4 +-
 tests/xfs/293             |   2 +-
 tests/xfs/330             |   2 +-
 tests/xfs/422             |   2 +-
 tests/xfs/499             |   2 +-
 tests/xfs/505             |   2 +-
 tests/xfs/514             |   2 +-
 tests/xfs/515             |   2 +-
 tests/xfs/517             |   2 +-
 tests/xfs/520             |   2 +-
 tests/xfs/530             |   2 +-
 tests/xfs/539             |   2 +-
 60 files changed, 767 insertions(+), 88 deletions(-)
--
Zorro Lang
zlang@kernel.org

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

                 reply	other threads:[~2022-09-25 12:25 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=20220925122533.2F331C433C1@smtp.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.