On Mon, 2016-09-19 at 09:20 -0700, James Bottomley wrote: > On Mon, 2016-09-19 at 11:57 -0400, Martin K. Petersen wrote: > > > > > > > "Brian" == Brian King <brking@xxxxxxxxxxxxxxxxxx> writes: > > > > Brian> If the ses driver receives a UNIT ATTENTION when issuing a > > Brian> receive diagnostics while probing a SES device, it fails to > > Brian> attach with messages such as: > > > > Brian> scsi 1:0:7:0: Failed to get diagnostic page 0x8000002 scsi > > Brian> 1:0:7:0: Failed to bind enclosure -19 > > > > Brian> Fix this by eating unit attentions for these commands. > > > > James? > > It seems to me that UA handling should be a part of scsi_execute_req > (and scsi_execute) ... that is unless anyone can find a caller that > would actually be interested. I've been looking but haven't found one > so far. > > James Since UNIT ATTENTION is usually reporting a condition unrelated to the command that was sent (I'm not sure 29 00 qualifies as unrelated since it indicates loss of device state), we probably shouldn't require every caller to retry on it. Could we handle this internally, (maybe unless it persists for N attempts), before returning? We should still be going through the scsi_check_sense() path and the device handlers need to see the sense. (removed cc: stable from reply) -Ewan -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html