Re: [Xen-devel] [PATCH v2 00/19] xen: arm: cleanup traps.c

2015-05-08 Thread Ian Campbell
On Fri, 2015-05-08 at 11:37 +0100, Julien Grall wrote: > Although it was only a NIT in the subject. If you don't want to bother > resending the whole series on the ML for few NITs, you can add my > Reviewed-by to this patch too. Thanks, I've taken you up on that offer rather than spamming the list

Re: [Xen-devel] [PATCH v2 00/19] xen: arm: cleanup traps.c

2015-05-08 Thread Julien Grall
Hi Ian, On 17/04/15 15:01, Ian Campbell wrote: > (R)eviewed > > R xen: arm: constify union hsr and struct hsr_* where possible. > R xen: arm: Fix handling of ICC_{SGI1R,SGI0R,ASGI1R}_EL1 > R xen: arm: call inject_undef_exception directly > Mxen: arm: provide and use a handle_raz_

[Xen-devel] [PATCH v2 00/19] xen: arm: cleanup traps.c

2015-04-17 Thread Ian Campbell
While working on reenabling 32-bit user space on arm63 I concluded that the trap handling in traps.c had grown into a twisty confusing mess. Lets try and sort that out. This series contains two halves (after a couple of preparatory cleanups). First clean up the goto maze which we've found ourselv