[GIT PULL] KVM changes for 4.12-rc5

From: Paolo Bonzini
Date: Sun Jun 11 2017 - 02:57:56 EST


Linus,

The following changes since commit 3c2993b8c6143d8a5793746a54eba8f86f95240f:

Linux 4.12-rc4 (2017-06-04 16:47:43 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 9bc1f09f6fa76fdf31eb7d6a4a4df43574725f93:

KVM: async_pf: avoid async pf injection when in guest mode (2017-06-11 08:39:24 +0200)

Sunday morning pull requests aren't that usual, I'm not going to
complain if this misses the upcoming rc!

----------------------------------------------------------------
Bug fixes (ARM, s390, x86)

----------------------------------------------------------------
Christian Borntraeger (1):
KVM: s390: fix ais handling vs cpu model

Christoffer Dall (2):
KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction

Marc Zyngier (4):
KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
arm64: KVM: Preserve RES1 bits in SCTLR_EL2
arm64: KVM: Allow unaligned accesses at EL2
arm: KVM: Allow unaligned accesses at HYP

Paolo Bonzini (3):
kvm: async_pf: fix rcu_irq_enter() with irqs enabled
Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
Merge tag 'kvm-s390-master-4.12-1' of git://git.kernel.org/.../kvms390/linux into HEAD

Wanpeng Li (3):
KVM: nVMX: Fix exception injection
KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
KVM: async_pf: avoid async pf injection when in guest mode

arch/arm/kvm/init.S | 5 ++--
arch/arm64/include/asm/sysreg.h | 4 ++++
arch/arm64/kvm/hyp-init.S | 11 +++++----
arch/arm64/kvm/vgic-sys-reg-v3.c | 10 ++++----
arch/s390/include/asm/kvm_host.h | 1 -
arch/s390/kvm/interrupt.c | 4 ++--
arch/s390/kvm/kvm-s390.c | 2 --
arch/x86/kernel/kvm.c | 2 +-
arch/x86/kvm/cpuid.c | 20 ++++++++--------
arch/x86/kvm/mmu.c | 7 ++++--
arch/x86/kvm/mmu.h | 1 +
arch/x86/kvm/vmx.c | 2 +-
arch/x86/kvm/x86.c | 3 +--
include/linux/irqchip/arm-gic-v3.h | 4 ++++
include/linux/irqchip/arm-gic.h | 28 ++++++++++++++++++++---
virt/kvm/arm/hyp/vgic-v3-sr.c | 2 +-
virt/kvm/arm/mmu.c | 3 +++
virt/kvm/arm/vgic/vgic-mmio-v2.c | 16 +++++++++++--
virt/kvm/arm/vgic/vgic-v2.c | 28 ++++++++++++++++++++---
virt/kvm/arm/vgic/vgic-v3.c | 47 ++++++++++++++++++++++++++------------
virt/kvm/arm/vgic/vgic.h | 12 ++++++----
21 files changed, 153 insertions(+), 59 deletions(-)