Re: [PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts

2020-09-16 Thread Florian Fainelli
On 9/1/2020 7:43 AM, Marc Zyngier wrote: For as long as SMP ARM has existed, IPIs have been handled as something special. The arch code and the interrupt controller exchange a couple of hooks (one to generate an IPI, another to handle it). Although this is perfectly manageable, it prevents th

RE: [PATCH v3 00/16] arm/arm64: Turning IPIs into normal interrupts

2020-09-06 Thread hasegawa-hit...@fujitsu.com
Hi Marc. I am interested in this feature. I have confirmed this patch works fine on Fujitsu FX1000. Thanks for creating it. I look forward to the day when this patch is merged. We plan to post a patch that implements IPI for CPU stop Interrupt (for crash dump) with pseudo NMI. Tested-by: Hitomi