All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] qla2xxx: Fixes for SCSI EH rework
@ 2021-08-19  9:19 Hannes Reinecke
  2021-08-19  9:19 ` [PATCH 1/3] qla2xxx: Do not call fc_block_scsi_eh() during bus reset Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Hannes Reinecke @ 2021-08-19  9:19 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, Nilesh Javali, 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 qla2xxx driver to not rely on a
specific command for the SCSI EH callbacks.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  qla2xxx: Do not call fc_block_scsi_eh() during bus reset
  qla2xxx: Open-code qla2xxx_eh_target_reset()
  qla2xxx: Open-code qla2xxx_eh_device_reset()

 drivers/scsi/qla2xxx/qla_os.c | 116 ++++++++++++++++++++++------------
 1 file changed, 74 insertions(+), 42 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-08-28  2:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  9:19 [PATCH 0/3] qla2xxx: Fixes for SCSI EH rework Hannes Reinecke
2021-08-19  9:19 ` [PATCH 1/3] qla2xxx: Do not call fc_block_scsi_eh() during bus reset Hannes Reinecke
2021-08-20  5:15   ` [EXT] " Nilesh Javali
2021-08-24  3:06   ` Martin K. Petersen
2021-08-19  9:19 ` [PATCH 2/3] qla2xxx: Open-code qla2xxx_eh_target_reset() Hannes Reinecke
2021-08-20  5:16   ` [EXT] " Nilesh Javali
2021-08-19  9:19 ` [PATCH 3/3] qla2xxx: Open-code qla2xxx_eh_device_reset() Hannes Reinecke
2021-08-20  5:16   ` [EXT] " Nilesh Javali
2021-08-28  2:32 ` [PATCH 0/3] qla2xxx: Fixes for SCSI EH rework Martin K. Petersen

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.