Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Marc Zyngier
On 06/08/14 13:18, Liu hua wrote: > On 2014/8/6 17:46, Marc Zyngier wrote: >> Hi Liu, >> >> On 06/08/14 09:43, Liu hua wrote: >>> 于 2014/8/4 17:43, Marc Zyngier 写道: Hi Liu, On 04/08/14 05:17, Liu Hua wrote: > When using kdump on ARM platform, if kernel panics in interrupt

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Liu hua
On 2014/8/6 17:46, Marc Zyngier wrote: > Hi Liu, > > On 06/08/14 09:43, Liu hua wrote: >> 于 2014/8/4 17:43, Marc Zyngier 写道: >>> Hi Liu, >>> >>> On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Marc Zyngier
Hi Liu, On 06/08/14 09:43, Liu hua wrote: > 于 2014/8/4 17:43, Marc Zyngier 写道: >> Hi Liu, >> >> On 04/08/14 05:17, Liu Hua wrote: >>> When using kdump on ARM platform, if kernel panics in interrupt handler >>> (maybe PPI), the capture kernel can not recive certain interrupt, and >>> fails to

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Liu hua
于 2014/8/4 17:43, Marc Zyngier 写道: > Hi Liu, > > On 04/08/14 05:17, Liu Hua wrote: >> When using kdump on ARM platform, if kernel panics in interrupt handler >> (maybe PPI), the capture kernel can not recive certain interrupt, and >> fails to boot. >> >> On this situation, We have read register

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Liu hua
于 2014/8/4 17:43, Marc Zyngier 写道: Hi Liu, On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain interrupt, and fails to boot. On this situation, We have read register GICC_IAR. But

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Marc Zyngier
Hi Liu, On 06/08/14 09:43, Liu hua wrote: 于 2014/8/4 17:43, Marc Zyngier 写道: Hi Liu, On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain interrupt, and fails to boot. On this

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Liu hua
On 2014/8/6 17:46, Marc Zyngier wrote: Hi Liu, On 06/08/14 09:43, Liu hua wrote: 于 2014/8/4 17:43, Marc Zyngier 写道: Hi Liu, On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-06 Thread Marc Zyngier
On 06/08/14 13:18, Liu hua wrote: On 2014/8/6 17:46, Marc Zyngier wrote: Hi Liu, On 06/08/14 09:43, Liu hua wrote: 于 2014/8/4 17:43, Marc Zyngier 写道: Hi Liu, On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-04 Thread Marc Zyngier
Hi Liu, On 04/08/14 05:17, Liu Hua wrote: > When using kdump on ARM platform, if kernel panics in interrupt handler > (maybe PPI), the capture kernel can not recive certain interrupt, and > fails to boot. > > On this situation, We have read register GICC_IAR. But we have no chance > to write

Re: [PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-04 Thread Marc Zyngier
Hi Liu, On 04/08/14 05:17, Liu Hua wrote: When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain interrupt, and fails to boot. On this situation, We have read register GICC_IAR. But we have no chance to write relative

[PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-03 Thread Liu Hua
When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain interrupt, and fails to boot. On this situation, We have read register GICC_IAR. But we have no chance to write relative bit to register GICC_EOIR (kernel paniced

[PATCH V2 1/1] GIC: introduce method to deactive interupts

2014-08-03 Thread Liu Hua
When using kdump on ARM platform, if kernel panics in interrupt handler (maybe PPI), the capture kernel can not recive certain interrupt, and fails to boot. On this situation, We have read register GICC_IAR. But we have no chance to write relative bit to register GICC_EOIR (kernel paniced