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.