From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752308AbdJFSYV (ORCPT ); Fri, 6 Oct 2017 14:24:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49872 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbdJFSYU (ORCPT ); Fri, 6 Oct 2017 14:24:20 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 1F849C047B79 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=rkrcmar@redhat.com Date: Fri, 6 Oct 2017 20:24:17 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for v4.14-rc4 Message-ID: <20171006182416.GC16459@flask> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 06 Oct 2017 18:24:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus for you to fetch changes up to e42eef4ba38806b18c4a74f0c276fb2e0b548173: KVM: add X86_LOCAL_APIC dependency (2017-10-05 19:55:48 +0200) ---------------------------------------------------------------- KVM fixes for v4.14-rc4 - fix PPC XIVE interrupt delivery - fix x86 RCU breakage from asynchronous page faults when built without PREEMPT_COUNT - fix x86 build with -frecord-gcc-switches - fix x86 build without X86_LOCAL_APIC ---------------------------------------------------------------- Arnd Bergmann (1): KVM: add X86_LOCAL_APIC dependency Boqun Feng (1): kvm/x86: Avoid async PF preempting the kernel incorrectly Josh Poimboeuf (1): x86/kvm: Move kvm_fastop_exception to .fixup section Sam Bobroff (1): KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive() arch/powerpc/kvm/book3s_xive.c | 5 ++--- arch/powerpc/kvm/book3s_xive.h | 1 - arch/x86/include/asm/kvm_para.h | 4 ++-- arch/x86/kernel/kvm.c | 14 ++++++++++---- arch/x86/kvm/Kconfig | 1 + arch/x86/kvm/emulate.c | 6 ++++-- arch/x86/kvm/mmu.c | 2 +- 7 files changed, 20 insertions(+), 13 deletions(-)