IRQ/nvme_pci_complete_rq: NULL pointer dereference yet again
Alex G.
mr.nuke.me at gmail.com
Mon Apr 9 11:23:54 PDT 2018
On 04/06/2018 05:00 PM, Keith Busch wrote:
(snip)
> ---
> diff --git a/drivers/pci/pcie/aer/aerdrv_core.c b/drivers/pci/pcie/aer/aerdrv_core.c
> index a4bfea52e7d4..16ecbcd76373 100644
> --- a/drivers/pci/pcie/aer/aerdrv_core.c
> +++ b/drivers/pci/pcie/aer/aerdrv_core.c
> @@ -805,8 +805,10 @@ void aer_isr(struct work_struct *work)
> struct pcie_device *p_device = rpc->rpd;
> struct aer_err_source uninitialized_var(e_src);
>
> + pci_lock_rescan_remove();
> mutex_lock(&rpc->rpc_mutex);
> while (get_e_source(rpc, &e_src))
> aer_isr_one_error(p_device, &e_src);
> mutex_unlock(&rpc->rpc_mutex);
> + pci_unlock_rescan_remove();
> }
> --
With this patch, I'm not seeing issues without LVM mirrors, but as soon
as I enable the mirror, we get the
* use-after-free in swiotlb_unmap_sg_attrs
* double-free or invalid-free in nvme_pci_complete_rq
Alex
More information about the Linux-nvme
mailing list