mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/6] scsi:scsi_debug: Add error injection for single device
@ 2023-04-28  1:33 Wenchao Hao
  2023-04-28  1:33 ` [PATCH v2 1/6] scsi:scsi_debug: create scsi_debug directory in the debugfs filesystem Wenchao Hao
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Wenchao Hao @ 2023-04-28  1:33 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen, Douglas Gilbert,
	linux-scsi, linux-kernel
  Cc: linfeilong, louhongxiang, Wenchao Hao

The original error injection mechanism was based on scsi_host which
could not inject fault for a single SCSI device.

This patchset provides the ability to inject errors for a single
SCSI device. Now we supports inject timeout errors, queuecommand
errors, and hostbyte, driverbyte, statusbyte, and sense data for
specific SCSI Command.

The first two patch add an debugfs interface to add and inquiry single
device's error injection info; the third patch defined how to remove
an injection which has been added. The following 3 patches use the
injection info and generate the related error type.

V2:
  - Using debugfs rather than sysfs attribute interface to manage error

Wenchao Hao (6):
  scsi:scsi_debug: create scsi_debug directory in the debugfs filesystem
  scsi:scsi_debug: Add interface to manage single device's error inject
  scsi:scsi_debug: Define grammar to remove added error injection
  scsi:scsi_debug: timeout command if the error is injected
  scsi:scsi_debug: Return failed value if the error is injected
  scsi:scsi_debug: set command's result and sense data if the error is
    injected

 drivers/scsi/scsi_debug.c | 318 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 318 insertions(+)


-- 
2.32.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-05-11 11:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28  1:33 [PATCH v2 0/6] scsi:scsi_debug: Add error injection for single device Wenchao Hao
2023-04-28  1:33 ` [PATCH v2 1/6] scsi:scsi_debug: create scsi_debug directory in the debugfs filesystem Wenchao Hao
2023-04-28  1:33 ` [PATCH v2 2/6] scsi:scsi_debug: Add interface to manage single device's error inject Wenchao Hao
2023-05-11 10:57   ` Dan Carpenter
2023-04-28  1:33 ` [PATCH v2 3/6] scsi:scsi_debug: Define grammar to remove added error injection Wenchao Hao
2023-04-28  1:33 ` [PATCH v2 4/6] scsi:scsi_debug: timeout command if the error is injected Wenchao Hao
2023-04-28  1:33 ` [PATCH v2 5/6] scsi:scsi_debug: Return failed value " Wenchao Hao
2023-04-28  1:33 ` [PATCH v2 6/6] scsi:scsi_debug: set command's result and sense data " Wenchao Hao
2023-05-11 11:02   ` Dan Carpenter
2023-05-02 23:52 ` [PATCH v2 0/6] scsi:scsi_debug: Add error injection for single device Douglas Gilbert
2023-05-04 12:56   ` haowenchao (C)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®