mbox series

[blktests,0/6] extend zoned mode coverage for scsi devices

Message ID 20220330013215.463555-1-shinichiro.kawasaki@wdc.com (mailing list archive)
Headers show
Series extend zoned mode coverage for scsi devices | expand

Message

Shinichiro Kawasaki March 30, 2022, 1:32 a.m. UTC
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

Comments

Johannes Thumshirn April 27, 2022, 1:46 p.m. UTC | #1
For the series:
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Omar Sandoval May 9, 2022, 7:16 p.m. UTC | #2
On Wed, Mar 30, 2022 at 10:32:09AM +0900, Shin'ichiro Kawasaki wrote:
> 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

Thank you for the patches, applied.