https://bugzilla.kernel.org/show_bug.cgi?id=71521 --- Comment #5 from Zhou, Chao <chao.zhou@xxxxxxxxx> --- this patch fixed the bug: commit 920c837785699bcc48f4a729ba9ee3492f620b95 Author: Paolo Bonzini <pbonzini@xxxxxxxxxx> Date: Wed Mar 26 15:54:00 2014 +0100 KVM: vmx: fix MPX detection 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@xxxxxxxxx> Tested-by: Jet Chen <jet.chen@xxxxxxxxx> Cc: kvm@xxxxxxxxxxxxxxx Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html