[PATCH 1/2] arm/kvm: survive unknown traps from guests
Mark Rutland
mark.rutland at arm.com
Mon Mar 6 09:33:30 PST 2017
On Mon, Mar 06, 2017 at 07:08:03AM -0800, Christoffer Dall wrote:
> On Mon, Feb 20, 2017 at 12:30:11PM +0000, Mark Rutland wrote:
> > static exit_handle_fn arm_exit_handlers[] = {
> > + [0 ... HSR_EC_MAX] = kvm_handle_unknown_ec,
>
> Cool stuff, didn't know you could do this in C.
Strictly speaking, it's a GCC-ism, though we use it all over the place:
[mark at leverpostej:~/src/linux]% git grep '\[.*\.\.\..*\]\s=' | wc -l
394
It may also make checkpatch a bit grumpy, though I think that's being
worked on.
> Reviewed-by: Christoffer Dall <cdall at linaro.org>
Cheers!
I assume you or Marc will pick this up?
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list