From: Ofir Gal <ofir.gal@volumez.com>
To: shinichiro.kawasaki@wdc.com
Cc: linux-block@vger.kernel.org, linux-nvme@lists.infradead.org,
dwagner@suse.de, chaitanyak@nvidia.com, yukuai3@huawei.com,
linux-raid@vger.kernel.org
Subject: [PATCH blktests v4 0/2]md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
Date: Sun, 21 Jul 2024 10:11:17 +0300 [thread overview]
Message-ID: <20240721071121.1929422-1-ofir.gal@volumez.com> (raw)
This patchset adds a regression test for "md/md-bitmap: fix writing non
bitmap pages".
The regression test requires a network layer as the underlying layer of
md, it use nvme-tcp as the network layer.
Changelog:
v2 - applied Shinichiro's comments, use common/nvme instead of
tests/nvme/rc, disconnecting nvme controller on cleanup_nvme_over_tcp
v3 - applied Shinichiro's comments, fixed shellcheck, moved
_nvme_disconnect_ctrl() to common/nvme. applied Daniel's comments,
using ${def_subsysnqn}, moved _find_nvme_ns() to common/nvme.
v4 - applied Yu's comments, add requires() for md-mod and raid1
Ofir Gal (2):
nvme: move helper functions to common/nvme
md: add regression test for "md/md-bitmap: fix writing non bitmap
pages"
common/brd | 28 +++
common/nvme | 636 +++++++++++++++++++++++++++++++++++++++++++++++
tests/md/001 | 86 +++++++
tests/md/001.out | 3 +
tests/md/rc | 13 +
tests/nvme/rc | 629 +---------------------------------------------
6 files changed, 767 insertions(+), 628 deletions(-)
create mode 100644 common/brd
create mode 100644 common/nvme
create mode 100755 tests/md/001
create mode 100644 tests/md/001.out
create mode 100644 tests/md/rc
--
2.45.1
next reply other threads:[~2024-07-21 7:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-21 7:11 Ofir Gal [this message]
2024-07-21 7:11 ` [PATCH blktests v4 1/2] nvme: move helper functions to common/nvme Ofir Gal
2024-07-21 7:11 ` [PATCH blktests v4 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages" Ofir Gal
2024-07-21 10:23 ` Paul Menzel
2024-07-21 14:40 ` Ofir Gal
2024-07-29 12:19 ` [PATCH blktests v4 0/2]md: " Shinichiro Kawasaki
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=20240721071121.1929422-1-ofir.gal@volumez.com \
--to=ofir.gal@volumez.com \
--cc=chaitanyak@nvidia.com \
--cc=dwagner@suse.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=linux-raid@vger.kernel.org \
--cc=shinichiro.kawasaki@wdc.com \
--cc=yukuai3@huawei.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).