On Tue, Jul 13, 2021 at 07:12:37PM +0900, Shin'ichiro Kawasaki wrote: > Linux kernel 5.9 added zoned block device support to dm-crypt. With this zoned > dm-crypt device, zbd group test cases pass except zbd/007. This series makes > required changes to allow the test case zbd/007 pass with zoned dm-cyrpt > devices. The first patch adds dm-crypt support to the helper function > _get_dev_container_and_sector(). The second patch wipes out broken data on the > dm-crypt devices which was left after the test case run. > > Shin'ichiro Kawasaki (2): > zbd/rc: Support dm-crypt > zbd/007: Reset test target zones at test end > > tests/zbd/007 | 7 +++++++ > tests/zbd/rc | 20 ++++++++++++++------ > 2 files changed, 21 insertions(+), 6 deletions(-) The patches look reasonable. Could you provide instructions on how to run with zoned dm-crypt so I can run the tests?