Linux block layer
 help / color / mirror / Atom feed
* [PATCH blktests v2 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages"
@ 2024-06-24 10:46 Ofir Gal
  2024-06-24 10:46 ` [PATCH blktests v2 1/2] nvme: move helper functions to common/nvme Ofir Gal
  2024-06-24 10:46 ` [PATCH blktests v2 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages" Ofir Gal
  0 siblings, 2 replies; 8+ messages in thread
From: Ofir Gal @ 2024-06-24 10:46 UTC (permalink / raw)
  To: shinichiro.kawasaki; +Cc: linux-block, linux-nvme, dwagner, chaitanyak

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

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      | 595 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/md/001     |  88 +++++++
 tests/md/001.out |   2 +
 tests/md/rc      |  12 +
 tests/nvme/rc    | 591 +---------------------------------------------
 6 files changed, 726 insertions(+), 590 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-16 11:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 10:46 [PATCH blktests v2 0/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages" Ofir Gal
2024-06-24 10:46 ` [PATCH blktests v2 1/2] nvme: move helper functions to common/nvme Ofir Gal
2024-06-26 11:18   ` Shinichiro Kawasaki
2024-07-16  9:23     ` Ofir Gal
2024-07-16 11:10       ` Ofir Gal
2024-06-24 10:46 ` [PATCH blktests v2 2/2] md: add regression test for "md/md-bitmap: fix writing non bitmap pages" Ofir Gal
2024-06-25 15:01   ` Daniel Wagner
2024-07-16 11:49     ` Ofir Gal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox