All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] snic: Fixes for SCSI EH rework
@ 2021-08-19  9:12 Hannes Reinecke
  2021-08-19  9:12 ` [PATCH 1/3] snic: reserve tag for TMF Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hannes Reinecke @ 2021-08-19  9:12 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, linux-scsi, Hannes Reinecke

Hi all,

with the SCSI EH rework the scsi_cmnd argument for the SCSI EH
callbacks is going away, so we need to fixup the drivers to work
without it.

This patchset modifies the snic driver to not rely on a
specific command for the SCSI EH callbacks.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  snic: reserve tag for TMF
  snic: use dedicated device reset command
  snic: Use scsi_host_busy_iter() to traverse commands

 drivers/scsi/snic/snic.h      |   3 +-
 drivers/scsi/snic/snic_main.c |   3 +
 drivers/scsi/snic/snic_scsi.c | 308 ++++++++++++++++------------------
 3 files changed, 149 insertions(+), 165 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-08-20 10:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  9:12 [PATCH 0/3] snic: Fixes for SCSI EH rework Hannes Reinecke
2021-08-19  9:12 ` [PATCH 1/3] snic: reserve tag for TMF Hannes Reinecke
2021-08-20 10:00   ` Christoph Hellwig
2021-08-20 10:12     ` Hannes Reinecke
2021-08-19  9:12 ` [PATCH 2/3] snic: use dedicated device reset command Hannes Reinecke
2021-08-19  9:12 ` [PATCH 3/3] snic: Use scsi_host_busy_iter() to traverse commands Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.