Re: [PATCH 10/15] lpfc: Fix crash on powering off BFS VM with passthrough device

2017-06-01 Thread Raphael Philipe Mendes da Silva
Answering to https://marc.info/?l=linux-scsi=149625285323719=2 Yes, it solves the error. Tested-by: Raphael Silva

Re: [PATCH] scsi: lpfc: Fix crash on PCI hotplug remove path

2017-05-29 Thread Raphael Philipe Mendes da Silva
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