Re: [PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Michael Christie
On Feb 15, 2013, at 11:45 PM, Michael Christie wrote: >>> Some drivers rely on more invasive eh callbacks to be called if they >>> return FAILED in a eh callbacks. > If userspace sends a command that performs the non-escalting *reset to some > drivers, it is going to leave them in a state wher

Re: [PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Michael Christie
On Feb 15, 2013, at 5:32 PM, Douglas Gilbert wrote: > On 13-02-15 04:48 PM, Mike Christie wrote: >> On 02/15/2013 01:39 PM, Douglas Gilbert wrote: >>> Further to the thread titled: "[PATCH] SG_SCSI_RESET ioctl should >>> only perform requested operation" by Jeremy Linton a patch >>> is presented

Re: [PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Douglas Gilbert
On 13-02-15 04:48 PM, Mike Christie wrote: On 02/15/2013 01:39 PM, Douglas Gilbert wrote: Further to the thread titled: "[PATCH] SG_SCSI_RESET ioctl should only perform requested operation" by Jeremy Linton a patch is presented that adds "no_escalate" versions to the existing ioctl. This should

Re: [PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Mike Christie
On 02/15/2013 01:39 PM, Douglas Gilbert wrote: > Further to the thread titled: "[PATCH] SG_SCSI_RESET ioctl should > only perform requested operation" by Jeremy Linton a patch > is presented that adds "no_escalate" versions to the existing > ioctl. This should not break any existing code. > > This

Re: [PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Jeremy Linton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/15/2013 1:39 PM, Douglas Gilbert wrote: > Further to the thread titled: "[PATCH] SG_SCSI_RESET ioctl should only > perform requested operation" by Jeremy Linton a patch is presented that > adds "no_escalate" versions to the existing ioctl. This sh

[PATCH] SG_SCSI_RESET ioctl: add no_escalate values

2013-02-15 Thread Douglas Gilbert
Further to the thread titled: "[PATCH] SG_SCSI_RESET ioctl should only perform requested operation" by Jeremy Linton a patch is presented that adds "no_escalate" versions to the existing ioctl. This should not break any existing code. This patches applies to lk 3.7.7 and lk 3.8.0-rc7 . I will ext