From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [GIT PULL] KVM fixes for 3.7-rc2 Date: Tue, 23 Oct 2012 19:03:49 +0200 Message-ID: <5086CDF5.3020901@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , linux-kernel , KVM list To: Linus Torvalds Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, please pull a few KVM fixes from the repo and tag at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/kvm-3.7-2 Fixing an oops, IPI misrouting in x2apic mode, and not exiting RCU idle state when receiving an async page fault. ---------------------------------------------------------------- KVM updates for 3.7-rc2 ---------------------------------------------------------------- Gleb Natapov (1): KVM: apic: fix LDR calculation in x2apic mode Sasha Levin (1): KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENT Xiao Guangrong (1): KVM: MMU: fix release noslot pfn arch/x86/kernel/kvm.c | 3 +++ arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/mmu.c | 3 +-- virt/kvm/kvm_main.c | 4 +--- 4 files changed, 6 insertions(+), 6 deletions(-) -- error compiling committee.c: too many arguments to function