Re: [Xen-devel] PROBLEM: kernel panic xsave_init

From: Jan Beulich
Date: Tue Oct 20 2015 - 09:43:55 EST


>>> On 20.10.15 at 15:22, <boris.ostrovsky@xxxxxxxxxx> wrote:
> The reason I think its this commit is that RAX, RDX and RCX look very
> much like arguments to xsetbv (which xstate_enable_boot_cpu() executes)
> and RAX value is 0x1f, which has two new bits that this commit defined.

That would be the two MPX related bits, yet us (luckily) white listing
leaf 7 in pv_cpuid(), it is quite easy to validate that we don't expose
this feature to PV(H) guests. Sadly the story is different for HVM
guests (where the leaf handling uses black listing), but the register
dump here clearly points to a PV guest (or Dom0).

Jan

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/