From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752261AbbCXLsJ (ORCPT ); Tue, 24 Mar 2015 07:48:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37824 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751418AbbCXLsF (ORCPT ); Tue, 24 Mar 2015 07:48:05 -0400 Date: Tue, 24 Mar 2015 08:47:34 -0300 From: Marcelo Tosatti To: Linus Torvalds Cc: linux-kernel , kvm , Gleb Natapov Subject: [GIT PULL] KVM fixes for 4.0-rc5 Message-ID: <20150324114734.GA27887@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mutt-Fcc: ~/inbox/sent-mutt-Aug-2012 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following: fix for higher-order page allocation failures, fix Xen-on-KVM with x2apic, L1 crash with unrestricted guest mode (nested VMX). Igor Mammedov (1): kvm: avoid page allocation failure in kvm_set_memory_region() Radim Krčmář (2): KVM: nVMX: mask unrestricted_guest if disabled on L0 KVM: x86: call irq notifiers with directed EOI arch/x86/kvm/ioapic.c | 4 +++- arch/x86/kvm/lapic.c | 3 +-- arch/x86/kvm/vmx.c | 7 +++++-- virt/kvm/kvm_main.c | 14 +++++++------- 4 files changed, 16 insertions(+), 12 deletions(-)