All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mptfusion: Fixes for SCSI EH rework
@ 2021-08-19  9:10 Hannes Reinecke
  2021-08-19  9:10 ` [PATCH 1/3] mptfusion: correct definitions for mptscsih_dev_reset() Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hannes Reinecke @ 2021-08-19  9:10 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 mptfusion driver to not rely on a
specific command for the SCSI EH callbacks.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  mptfusion: correct definitions for mptscsih_dev_reset()
  mptfc: use fc_block_rport() instead of open-coding it
  mptfc: iterate over all rports during bus reset

 drivers/message/fusion/mptfc.c    | 96 +++++++++++++++----------------
 drivers/message/fusion/mptscsih.c | 55 +++++++++++++++++-
 drivers/message/fusion/mptscsih.h |  1 +
 3 files changed, 100 insertions(+), 52 deletions(-)

-- 
2.29.2


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  9:10 [PATCH 0/3] mptfusion: Fixes for SCSI EH rework Hannes Reinecke
2021-08-19  9:10 ` [PATCH 1/3] mptfusion: correct definitions for mptscsih_dev_reset() Hannes Reinecke
2021-08-19  9:10 ` [PATCH 2/3] mptfc: use fc_block_rport() instead of open-coding it Hannes Reinecke
2021-08-19  9:10 ` [PATCH 3/3] mptfc: iterate over all rports during bus reset 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.