Re: [regression] vmw_pvscsi probe fails on 4.11

2017-03-02 Thread Loïc Yhuel
Le 02/03/2017 à 17:05, Christoph Hellwig a écrit : Please try this patch: diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index ef474a748744..c374e3b5c678 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c @@ -1487,7 +1487,7 @@ static int

Re: [regression] vmw_pvscsi probe fails on 4.11

2017-03-02 Thread Christoph Hellwig
Please try this patch: diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index ef474a748744..c374e3b5c678 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c @@ -1487,7 +1487,7 @@ static int pvscsi_probe(struct pci_dev *pdev, const struct pci_device_id *id)

[regression] vmw_pvscsi probe fails on 4.11

2017-03-02 Thread Loïc Yhuel
Hi, On Fedora Rawhide (reproduced on git master), vmw_pvscsi probe fails. It also calls free_irq during cleanup, which produces a warning since it didn't call request_irq in this case. Reverting commit 2e48e34 (scsi: vmw_pvscsi: switch to pci_alloc_irq_vectors) fixes the issue (I get