Re: [PATCH v2 19/28] ARM: KVM: Add panic handling code

2016-02-10 Thread Marc Zyngier
On 09/02/16 18:45, Christoffer Dall wrote: > On Thu, Feb 04, 2016 at 11:00:36AM +, Marc Zyngier wrote: >> Instead of spinning forever, let's "properly" handle any unexpected >> exception ("properly" meaning "print a spat on the console and die"). >> >> This has proved useful quite a few times..

Re: [PATCH v2 19/28] ARM: KVM: Add panic handling code

2016-02-09 Thread Christoffer Dall
On Thu, Feb 04, 2016 at 11:00:36AM +, Marc Zyngier wrote: > Instead of spinning forever, let's "properly" handle any unexpected > exception ("properly" meaning "print a spat on the console and die"). > > This has proved useful quite a few times... > > Signed-off-by: Marc Zyngier > --- > arc

[PATCH v2 19/28] ARM: KVM: Add panic handling code

2016-02-04 Thread Marc Zyngier
Instead of spinning forever, let's "properly" handle any unexpected exception ("properly" meaning "print a spat on the console and die"). This has proved useful quite a few times... Signed-off-by: Marc Zyngier --- arch/arm/kvm/hyp/hyp-entry.S | 28 +--- arch/arm/kvm/hyp/