From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Subject: [PATCH 0/2] KVM: nVMX: msr bitmaps fixes Date: Mon, 8 Aug 2016 20:16:21 +0200 Message-ID: <20160808181623.12132-1-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Jim Mattson , Wincy Van , Paolo Bonzini , Bandan Das To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Jim found several bugs that allowed L2 to read L0's x2APIC MSRs and write to TPR, EOI, and SELF_IPI, in the worst case. The fix is split into two patches as possible causes were introduced by two different commits. I have not Cc'd stable as the patches are quite long and nVMX is not considered to be ready for production, yet. Radim Krčmář (2): KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write arch/x86/kvm/vmx.c | 120 +++++++++++++++++++++++++---------------------------- 1 file changed, 57 insertions(+), 63 deletions(-) -- 2.9.2