[GIT PULL] KVM fixes for v4.14-rc4
From: Radim KrÄmÃÅ
Date: Fri Oct 06 2017 - 14:24:25 EST
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(-)