mbox series

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

Message ID 20230328143442.2684167-1-yebin@huaweicloud.com
Headers show
Series limit set the host state by sysfs | expand

Message

Ye Bin March 28, 2023, 2:34 p.m. UTC
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(-)