From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM fixes for 3.9-rc3 Date: Tue, 19 Mar 2013 19:35:04 -0300 Message-ID: <20130319223504.GA21944@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Gleb Natapov To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM bug fixes Andy Honig (3): KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798) Kevin Hilman (1): KVM: allow host header to be included even for !CONFIG_KVM Marcelo Tosatti (1): KVM: x86: fix deadlock in clock-in-progress request handling arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/kvm/x86.c | 70 +++++++++++++++++++--------------------- include/linux/kvm_host.h | 7 +++- virt/kvm/ioapic.c | 7 ++-- 4 files changed, 47 insertions(+), 41 deletions(-)