Re: [PATCH 07/14] lpfc: Fix NULL pointer access in lpfc_nvme_info_show

2018-04-09 Thread Hannes Reinecke
On Sat, 7 Apr 2018 11:30:19 -0700 James Smart wrote: > After making remoteport unregister requests, the ndlp nrport pointer > was stale. > > Track when waiting for waiting for unregister completion callback and > adjust nldp pointer assignment. Add a few safety checks for NULL > pointer values

[PATCH 07/14] lpfc: Fix NULL pointer access in lpfc_nvme_info_show

2018-04-07 Thread James Smart
After making remoteport unregister requests, the ndlp nrport pointer was stale. Track when waiting for waiting for unregister completion callback and adjust nldp pointer assignment. Add a few safety checks for NULL pointer values. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- dri