On Fri, Mar 15, 2019 at 10:00:32AM +0100, Hannes Reinecke wrote: > > The fix is to not pass a scsi_cmnd to the error handler methods. Hannes > > had been working on this a while ago, and someone needs to pick up > > the work. > > > Ah, right. That one. > That ties in with the private commands for SCSI patchset, and, of course, > the larger SCSI EH rework. > > I'll see to post the patchset for private commands as the SCSI EH reset > depends on that. Your old series just set tags aside inside the driver, which we already do in various other drivers for things like HBA initialization commands. I don't really see a huge downside continuing down that road for now, especially as we need exactly one tag per HBA for EH.