mbox series

[0/4] scsi: passthrough fixes/improvements

Message ID 20220810034155.20744-1-michael.christie@oracle.com
Headers show
Series scsi: passthrough fixes/improvements | expand

Message

Mike Christie Aug. 10, 2022, 3:41 a.m. UTC
The following patches were made over Linus's tree and fix a couple
bugs/issues with passthrough commands:

1. Martin is hitting a bug where DID_TIME_OUT is not retried by
scsi-ml because it hits the general passthrough check.

2. I had mentioned to Martin that I was hitting a similar bug with
transport testing. It turns out my issue was slighlty different and
was a regression where we were always setting allowed to 0 for
passthrough commands so I failed before the noretry test.

3. I was hitting an issue where pr_ops calls are returning what
some apps considered a failure when it was just a UA that was a
result of a previous pr_op.