Home
last modified time | relevance | path

Searched hist:"57 f31326518e98ee4cabf9a04efe00ed57c54147" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A DNCR5380.cdiff 57f31326518e98ee4cabf9a04efe00ed57c54147 Sun Jun 09 03:19:11 CEST 2019 Finn Thain <fthain@telegraphics.com.au> scsi: NCR5380: Always re-enable reselection interrupt

The reselection interrupt gets disabled during selection and must be
re-enabled when hostdata->connected becomes NULL. If it isn't re-enabled a
disconnected command may time-out or the target may wedge the bus while
trying to reselect the host. This can happen after a command is aborted.

Fix this by enabling the reselection interrupt in NCR5380_main() after
calls to NCR5380_select() and NCR5380_information_transfer() return.

Cc: Michael Schmitz <schmitzmic@gmail.com>
Cc: stable@vger.kernel.org # v4.9+
Fixes: 8b00c3d5d40d ("ncr5380: Implement new eh_abort_handler")
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Stan Johnson <userm57@yahoo.com>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>