Home
last modified time | relevance | path

Searched hist:a642fc30 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dvmx.hdiff a642fc30 Tue Sep 23 18:22:30 GMT 2014 Petr Matousek <pmatouse@redhat.com> kvm: vmx: handle invvpid vm exit gracefully

On systems with invvpid instruction support (corresponding bit in
IA32_VMX_EPT_VPID_CAP MSR is set) guest invocation of invvpid
causes vm exit, which is currently not handled and results in
propagation of unknown exit to userspace.

Fix this by installing an invvpid vm exit handler.

This is CVE-2014-3646.

Cc: stable@vger.kernel.org
Signed-off-by: Petr Matousek <pmatouse@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>