This patch series extends blktests coverage in zoned mode on scsi devices. Recently scsi_debug introduced ZBC support and can work in zoned mode. The first patch adds a new test case zbd/008 using scsi_debug in zoned mode. The second and third patches allow test cases block/027 and scsi/004 to run in zoned mode using scsi_debug. Following three patches are scsi test group improvements unrelated to scsi_debug. The fourth patch allows scsi/006 to run on SCSI devices in zoned mode. The fifth patch is a bug fix in scsi/006. The last patch removes an unnecessary scsi/003 out file. Shin'ichiro Kawasaki (6): zbd/008: check no stale page cache after BLKRESETZONE ioctl common/scsi_debug: prepare scsi_debug in zoned mode block/027, scsi/004: whitelist scsi_debug test cases for zoned mode scsi/006: whitelist for zoned mode scsi/006: skip cache types which disable read cache for SATA drives scsi/003: remove unnecessary out file common/scsi_debug | 11 +++++++++- tests/block/027 | 1 + tests/scsi/003.out | 7 ------ tests/scsi/004 | 1 + tests/scsi/006 | 5 +++++ tests/scsi/rc | 4 ++++ tests/zbd/008 | 54 ++++++++++++++++++++++++++++++++++++++++++++++ tests/zbd/008.out | 2 ++ 8 files changed, 77 insertions(+), 8 deletions(-) delete mode 100644 tests/scsi/003.out create mode 100755 tests/zbd/008 create mode 100644 tests/zbd/008.out -- 2.34.1