Re: [PATCH 0/2] PCI: rcar: Misc error path fixes

2017-12-12 Thread Lorenzo Pieralisi
On Tue, Dec 12, 2017 at 11:16:58AM -0600, Bjorn Helgaas wrote: > On Thu, Dec 07, 2017 at 11:15:18AM +0100, Geert Uytterhoeven wrote: > > Hi Simon, Lorenzo, Bjorn, > > > > This patch series fixes two issues in the error path for the R-Car PCIe > > host bridge driver. > > > > The first issue

Re: [PATCH 0/2] PCI: rcar: Misc error path fixes

2017-12-12 Thread Geert Uytterhoeven
Hi Bjorn, On Tue, Dec 12, 2017 at 6:16 PM, Bjorn Helgaas wrote: > On Thu, Dec 07, 2017 at 11:15:18AM +0100, Geert Uytterhoeven wrote: >> This patch series fixes two issues in the error path for the R-Car PCIe >> host bridge driver. >> >> The first issue is triggered easily by

Re: [PATCH 0/2] PCI: rcar: Misc error path fixes

2017-12-12 Thread Bjorn Helgaas
On Thu, Dec 07, 2017 at 11:15:18AM +0100, Geert Uytterhoeven wrote: > Hi Simon, Lorenzo, Bjorn, > > This patch series fixes two issues in the error path for the R-Car PCIe > host bridge driver. > > The first issue is triggered easily by not having a PCIe card inserted, > and may cause a

Re: [PATCH 0/2] PCI: rcar: Misc error path fixes

2017-12-07 Thread Simon Horman
On Thu, Dec 07, 2017 at 11:15:18AM +0100, Geert Uytterhoeven wrote: > Hi Simon, Lorenzo, Bjorn, > > This patch series fixes two issues in the error path for the R-Car PCIe > host bridge driver. > > The first issue is triggered easily by not having a PCIe card inserted, > and may cause a

[PATCH 0/2] PCI: rcar: Misc error path fixes

2017-12-07 Thread Geert Uytterhoeven
Hi Simon, Lorenzo, Bjorn, This patch series fixes two issues in the error path for the R-Car PCIe host bridge driver. The first issue is triggered easily by not having a PCIe card inserted, and may cause a crash. Thanks! Geert Uytterhoeven (2): PCI: rcar: Fix use-after-free in probe