mbox series

[0/3] ncr53c8xx: Fixes for SCSI EH rework

Message ID 20210820095405.12801-1-hare@suse.de (mailing list archive)
Headers show
Series ncr53c8xx: Fixes for SCSI EH rework | expand

Message

Hannes Reinecke Aug. 20, 2021, 9:54 a.m. UTC
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 ncr53c8xx driver to not rely on a
specific command for the SCSI EH callbacks.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  ncr53c8xx: remove 'sync_reset' argument from ncr_reset_bus()
  ncr53c8xx: Complete all commands during bus reset
  ncr53c8xx: Remove unused code

 drivers/scsi/ncr53c8xx.c | 199 +--------------------------------------
 1 file changed, 2 insertions(+), 197 deletions(-)

Comments

Martin K. Petersen Aug. 24, 2021, 3:18 a.m. UTC | #1
Hannes,

> 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 ncr53c8xx driver to not rely on a
> specific command for the SCSI EH callbacks.

Applied to 5.15/scsi-staging, thanks!
Martin K. Petersen Aug. 28, 2021, 2:32 a.m. UTC | #2
On Fri, 20 Aug 2021 11:54:02 +0200, Hannes Reinecke wrote:

> 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 ncr53c8xx driver to not rely on a
> specific command for the SCSI EH callbacks.
> 
> [...]

Applied to 5.15/scsi-queue, thanks!

[1/3] ncr53c8xx: remove 'sync_reset' argument from ncr_reset_bus()
      https://git.kernel.org/mkp/scsi/c/227a13cf12f9
[2/3] ncr53c8xx: Complete all commands during bus reset
      https://git.kernel.org/mkp/scsi/c/f434e4984f5f
[3/3] ncr53c8xx: Remove unused code
      https://git.kernel.org/mkp/scsi/c/1c22e327545c