On Jul 21, 2024 / 10:11, Ofir Gal wrote: > 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 I applied this series with the some comment improvements in the second patch. Thanks!