All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sym53c8xx_2: Fixes for SCSI EH rework
@ 2021-08-19  9:07 Hannes Reinecke
  2021-08-19  9:07 ` [PATCH 1/4] sym53c8xx_2: move PCI EEH handling to host reset Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hannes Reinecke @ 2021-08-19  9:07 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, Matthew Wilcox, 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 sym53c8xx_2 driver to split off the
combined SCSI EH routine into the individual EH callbacks and to
not rely on a specific command for those.

As usual, comments and reviews are welcome.

Hannes Reinecke (4):
  sym53c8xx_2: move PCI EEH handling to host reset
  sym53c8xx_2: split off host reset from sym_eh_handler()
  sym53c8xx_2: split off bus reset from sym_eh_handler()
  sym53c8xx_2: rework reset handling

 drivers/scsi/sym53c8xx_2/sym_glue.c | 220 +++++++++++++++++++---------
 1 file changed, 147 insertions(+), 73 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-08-20  5:13 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:07 [PATCH 0/4] sym53c8xx_2: Fixes for SCSI EH rework Hannes Reinecke
2021-08-19  9:07 ` [PATCH 1/4] sym53c8xx_2: move PCI EEH handling to host reset Hannes Reinecke
2021-08-20  5:13   ` Christoph Hellwig
2021-08-19  9:07 ` [PATCH 2/4] sym53c8xx_2: split off host reset from sym_eh_handler() Hannes Reinecke
2021-08-19  9:07 ` [PATCH 3/4] sym53c8xx_2: split off bus " Hannes Reinecke
2021-08-19  9:07 ` [PATCH 4/4] sym53c8xx_2: rework reset handling 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.