On Mon, May 29, 2017 at 09:56:09AM +0200, Johannes Thumshirn wrote: > On 05/28/2017 11:45 PM, Guilherme G. Piccoli wrote: > > During a PCI hotplug remove event we could have a NULL pointer > > dereference on lpfc_sli_abort_iocb(), if pring is NULL. This > > patch adds a check for this case and is able to circumvent the > > failure and continue the hotplug remove process with success. > > > > This issue was introduced after the driver refactor made on > > commit 895427bd012c ("scsi: lpfc: NVME Initiator: Base modifications"). > > > > Fixes: 895427bd012c ("scsi: lpfc: NVME Initiator: Base modifications") > > Reported-by: Naresh Bannoth <nbannoth@xxxxxxxxxx> > > Signed-off-by: Guilherme G. Piccoli <gpiccoli@xxxxxxxxxxxxxxxxxx> > > --- > > Looks good, > Reviewed-by: Johannes Thumshirn <jthumshirn@xxxxxxx> Tested-by: Raphael Silva <raphasil@xxxxxxxxxxxxxxxxxx>