Re: [RESEND PATCH] SCSI: scsi_lib: fix scsi_io_completion's SG_IO error propagation

2012-07-27 Thread Hannes Reinecke
On 07/25/2012 07:46 PM, Mike Snitzer wrote: > The following v3.4-rc1 commit unmasked an existing bug in > scsi_io_completion's SG_IO error handling: > 47ac56d [SCSI] scsi_error: classify some ILLEGAL_REQUEST sense as a permanent > TARGET_ERROR > > Given that certain ILLEGAL_REQUEST are now proper

[RESEND PATCH] SCSI: scsi_lib: fix scsi_io_completion's SG_IO error propagation

2012-07-25 Thread Mike Snitzer
The following v3.4-rc1 commit unmasked an existing bug in scsi_io_completion's SG_IO error handling: 47ac56d [SCSI] scsi_error: classify some ILLEGAL_REQUEST sense as a permanent TARGET_ERROR Given that certain ILLEGAL_REQUEST are now properly categorized as TARGET_ERROR the host_byte is being se

Re: scsi_lib: fix scsi_io_completion's SG_IO error propagation

2012-07-18 Thread Mike Snitzer
Thursday, May 31, 2012 3:24 PM > > To: Paolo Bonzini > > Cc: linux-scsi@vger.kernel.org; Moger, Babu; h...@suse.de; > > micha...@cs.wisc.edu; james.bottom...@hansenpartnership.com; > > sta...@vger.kernel.org.#.3.4 > > Subject: Re: scsi_lib: fix scsi_io_completion's