Re: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-17 Thread Johan Hovold
On Fri, Nov 17, 2017 at 11:19:10AM +, Lorenzo Pieralisi wrote: > Hi Johan, > > On Sun, Nov 12, 2017 at 01:28:50PM +0100, Johan Hovold wrote: > > Fix child-node lookup during initialisation, which ended up searching > > the whole device tree depth-first starting at the parent rather than > > ju

Re: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-17 Thread Lorenzo Pieralisi
Hi Johan, On Sun, Nov 12, 2017 at 01:28:50PM +0100, Johan Hovold wrote: > Fix child-node lookup during initialisation, which ended up searching > the whole device tree depth-first starting at the parent rather than > just matching on its children. > > To make things worse, the parent pci node was

Re: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-15 Thread Lorenzo Pieralisi
On Tue, Nov 14, 2017 at 06:34:37PM +0100, Johan Hovold wrote: > On Mon, Nov 13, 2017 at 10:43:06AM +, Lorenzo Pieralisi wrote: > > Hi Johan, > > > > On Sun, Nov 12, 2017 at 01:28:50PM +0100, Johan Hovold wrote: > > > Fix child-node lookup during initialisation, which ended up searching > > > t

Re: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-14 Thread Johan Hovold
On Mon, Nov 13, 2017 at 10:43:06AM +, Lorenzo Pieralisi wrote: > Hi Johan, > > On Sun, Nov 12, 2017 at 01:28:50PM +0100, Johan Hovold wrote: > > Fix child-node lookup during initialisation, which ended up searching > > the whole device tree depth-first starting at the parent rather than > > ju

RE: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-13 Thread Karicheri, Muralidharan
-Original Message- From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] Sent: Monday, November 13, 2017 5:43 AM To: Johan Hovold Cc: Karicheri, Muralidharan; Bjorn Helgaas; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; stable Subject: Re: [PATCH] PCI: keystone: fix

Re: [PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-13 Thread Lorenzo Pieralisi
Hi Johan, On Sun, Nov 12, 2017 at 01:28:50PM +0100, Johan Hovold wrote: > Fix child-node lookup during initialisation, which ended up searching > the whole device tree depth-first starting at the parent rather than > just matching on its children. > > To make things worse, the parent pci node was

[PATCH] PCI: keystone: fix interrupt-controller-node lookup

2017-11-12 Thread Johan Hovold
Fix child-node lookup during initialisation, which ended up searching the whole device tree depth-first starting at the parent rather than just matching on its children. To make things worse, the parent pci node was prematurely freed, while the child interrupt-controller node was leaked. Fixes: 0