public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] scsi: passthrough fixes/improvements
@ 2022-08-10  3:41 Mike Christie
  2022-08-10  3:41 ` [PATCH 1/4] scsi: Fix passthrough retry counter handling Mike Christie
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Mike Christie @ 2022-08-10  3:41 UTC (permalink / raw)
  To: bvanassche, mwilck, hch, martin.petersen, linux-scsi,
	james.bottomley

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.

 



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-08-11 18:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10  3:41 [PATCH 0/4] scsi: passthrough fixes/improvements Mike Christie
2022-08-10  3:41 ` [PATCH 1/4] scsi: Fix passthrough retry counter handling Mike Christie
2022-08-11 12:16   ` Christoph Hellwig
2022-08-10  3:41 ` [PATCH 2/4] scsi: Add new SUBMITTED types for passthrough Mike Christie
2022-08-11 12:21   ` Christoph Hellwig
2022-08-10  3:41 ` [PATCH 3/4] scsi: Internally retry scsi_execute commands Mike Christie
2022-08-10 10:46   ` Martin Wilck
2022-08-10 17:06     ` Mike Christie
2022-08-10 17:38       ` Mike Christie
2022-08-11 12:28         ` Christoph Hellwig
2022-08-11 16:19           ` Mike Christie
2022-08-11  9:56       ` Martin Wilck
2022-08-11 16:15         ` Mike Christie
2022-08-11 17:02           ` Martin Wilck
2022-08-11 18:22             ` Mike Christie
2022-08-11 12:27       ` Christoph Hellwig
2022-08-10  3:41 ` [PATCH 4/4] scsi: Handle UAs for pr_ops Mike Christie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox