Re: [PATCH v3 03/17] lpfc: Fix sg_reset on SCSI device causing kernel crash

2016-10-14 Thread Hannes Reinecke
On 10/14/2016 12:06 AM, James Smart wrote: > > Fix sg_reset on SCSI device causing kernel crash > > Driver could reference stale node pointers in task mgmt call. > Changed to use resetting cmd and look up node pointer in task mgmt > function. > > Signed-off-by: Dick Kennedy > Signed-off-by: Jam

[PATCH v3 03/17] lpfc: Fix sg_reset on SCSI device causing kernel crash

2016-10-13 Thread James Smart
Fix sg_reset on SCSI device causing kernel crash Driver could reference stale node pointers in task mgmt call. Changed to use resetting cmd and look up node pointer in task mgmt function. Signed-off-by: Dick Kennedy Signed-off-by: James Smart Reviewed-by: Johannes Thumshirn --- v2 mods: Revi