Re: [PATCH 02/15] lpfc: Fix system crash when port is reset.

2017-05-15 Thread Guilherme G. Piccoli
Hi James and Dick, thanks for this patch. We were investigating a pretty similar issue, and we raised a patch that looks like yours. Since you sent this one, we reviewed and seems it's missing a hunk to prevent the issue we are dealing here, in PCI error recovery. Please see the attached patch.

Re: [PATCH 02/15] lpfc: Fix system crash when port is reset.

2017-05-11 Thread Hannes Reinecke
On 05/10/2017 09:07 PM, James Smart wrote: > The driver panic when using the els_wq during port reset. > > Check for NULL els_wq before dereferencing. > > Signed-off-by: Dick Kennedy > Signed-off-by: James Smart > --- >

[PATCH 02/15] lpfc: Fix system crash when port is reset.

2017-05-10 Thread James Smart
The driver panic when using the els_wq during port reset. Check for NULL els_wq before dereferencing. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc.h | 8 ++-- drivers/scsi/lpfc/lpfc_hbadisc.c