Re: [PATCH 09/12] arm: Make arch_panic_stop more robust

2016-08-01 Thread Jan Kiszka
On 2016-08-01 15:11, Claudio Fontana wrote: > On 31 July 2016 at 10:39, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Do not rely on the PSCI CPU-off logic to stop a CPU in case of a fatal >> hypervisor failure - the CPU could theoretically be woken up

Re: [PATCH 09/12] arm: Make arch_panic_stop more robust

2016-08-01 Thread Claudio Fontana
On 31 July 2016 at 10:39, Jan Kiszka wrote: > From: Jan Kiszka > > Do not rely on the PSCI CPU-off logic to stop a CPU in case of a fatal > hypervisor failure - the CPU could theoretically be woken up again. > Rather do a terminal wfi loop inline. > >