Re: [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation

2017-06-19 Thread Marc Zyngier
On 17/02/17 06:15, Auger Eric wrote: > Hi Marc, > On 17/01/2017 11:20, Marc Zyngier wrote: >> Move the LPI property table allocation into its own function, as >> this is going to be required for those associated with VMs in >> the future. >> >> Signed-off-by: Marc Zyngier >> --- >> drivers/irqchi

Re: [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation

2017-02-17 Thread Prakash B
Hi Marc Zyngier, Verifying this RFC series on Cavium ThunderX board to validate the GICV3 changes, noticed host crash as below. Host booted fine with this change "gic_flush_dcache_to_poc(page_address(prop_page), LPI_PROPBASE_SZ);" Loading Linux 4.10.0-rc3-mz-rfc1+ ... Loading initial ramdisk ..

Re: [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation

2017-02-16 Thread Auger Eric
Hi Marc, On 17/01/2017 11:20, Marc Zyngier wrote: > Move the LPI property table allocation into its own function, as > this is going to be required for those associated with VMs in > the future. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3-its.c | 28 ++-

Re: [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation

2017-02-13 Thread Thomas Gleixner
On Tue, 17 Jan 2017, Marc Zyngier wrote: > Move the LPI property table allocation into its own function, as > this is going to be required for those associated with VMs in > the future. > > Signed-off-by: Marc Zyngier Reviewed-by: Thomas Gleixner ___

[RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation

2017-01-17 Thread Marc Zyngier
Move the LPI property table allocation into its own function, as this is going to be required for those associated with VMs in the future. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic-v3-its.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff -