[PATCH v2 0/3] limit set the host state by sysfs

Ye Bin posted 3 patches 1 year ago
drivers/scsi/scsi_lib.c   |  2 ++
drivers/scsi/scsi_sysfs.c | 58 ++++++++++++++++++++++-----------------
include/scsi/scsi_host.h  |  8 ++++++
3 files changed, 43 insertions(+), 25 deletions(-)
[PATCH v2 0/3] limit set the host state by sysfs
Posted by Ye Bin 1 year ago
From: Ye Bin <yebin10@huawei.com>

Diff v2 vs v1:
1. Remove set scsi host state by sysfs, as set host state by sysfs
may lead to functional issue. Scsi host state has it's own running
state machine.
2. Introduce 'blocked' sysfs api for set scsi host blocking IO. Use
this function we can do some test.

Ye Bin (3):
  scsi: forbid to set scsi host state by sysfs
  scsi: introduce 'blocked' sysfs api
  scsi: blocking IO when host is set blocked

 drivers/scsi/scsi_lib.c   |  2 ++
 drivers/scsi/scsi_sysfs.c | 58 ++++++++++++++++++++++-----------------
 include/scsi/scsi_host.h  |  8 ++++++
 3 files changed, 43 insertions(+), 25 deletions(-)

-- 
2.31.1