Re: [PATCH] irqchip/gic-v3: fix ppi-partitions lookup

2017-11-12 Thread Marc Zyngier
On Sun, 12 Nov 2017 14:47:59 +0100 Johan Hovold wrote: > On Sun, Nov 12, 2017 at 12:32:08PM +, Marc Zyngier wrote: > > On Sat, 11 Nov 2017 17:51:25 +0100 > > Johan Hovold wrote: > > > > Johan, > > > > > Fix child-node lookup during initialisation, which ended up searching > > > the whole

Re: [PATCH] irqchip/gic-v3: fix ppi-partitions lookup

2017-11-12 Thread Johan Hovold
On Sun, Nov 12, 2017 at 12:32:08PM +, Marc Zyngier wrote: > On Sat, 11 Nov 2017 17:51:25 +0100 > Johan Hovold wrote: > > Johan, > > > Fix child-node lookup during initialisation, which ended up searching > > the whole device tree depth-first starting at the parent rather than > > just matchi

Re: [PATCH] irqchip/gic-v3: fix ppi-partitions lookup

2017-11-12 Thread Marc Zyngier
On Sat, 11 Nov 2017 17:51:25 +0100 Johan Hovold wrote: Johan, > 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 giq node was prematu

[PATCH] irqchip/gic-v3: fix ppi-partitions lookup

2017-11-11 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 giq node was prematurely freed, while the ppi-partitions node was leaked. Fixes: e3825ba1af3a