KVM: vmx: fix MPX detection
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 Mar 2014 14:54:00 +0000 (15:54 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 27 Feb 2016 14:28:41 +0000 (14:28 +0000)
commit94bca3f746b5a8c236bbbb0bdff713d021cbf273
tree4ee5b68fbf17948deccacd03b591e924319aa64b
parent8ad5c667c3ad728ef764b31c0a61371e4076747d
KVM: vmx: fix MPX detection

commit 920c837785699bcc48f4a729ba9ee3492f620b95 upstream.

kvm_x86_ops is still NULL at this point.  Since kvm_init_msr_list
cannot fail, it is safe to initialize it before the call.

Fixes: 93c4adc7afedf9b0ec190066d45b6d67db5270da
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Tested-by: Jet Chen <jet.chen@intel.com>
Cc: kvm@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Brad Spengler <spender@grsecurity.net>
[bwh: Dependency of "KVM: x86: expose MSR_TSC_AUX to userspace",
 applied in 3.2.77]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/x86/kvm/x86.c