Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM bug fixes (ARM and x86). Christoffer Dall (1): arm/arm64: KVM: Keep elrsr/aisr in sync with software model Marc Zyngier (3): arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting arm64: KVM: Do not use pgd_index to index stage-2 pgd arm64: KVM: Fix outdated comment about VTCR_EL2.PS Marcelo Tosatti (1): Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/.../kvmarm/kvmarm Paolo Bonzini (1): kvm: move advertising of KVM_CAP_IRQFD to common code Petr Matousek (1): kvm: x86: i8259: return initialized data on invalid-size read Wei Yongjun (1): arm/arm64: KVM: fix missing unlock on error in kvm_vgic_create() Wincy Van (1): KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode arch/arm/include/asm/kvm_mmu.h | 13 +++--- arch/arm/kvm/mmu.c | 75 +++++++++++++++++++++++++++------------ arch/arm64/include/asm/kvm_arm.h | 5 +- arch/arm64/include/asm/kvm_mmu.h | 48 +++--------------------- arch/s390/kvm/kvm-s390.c | 1 arch/x86/kvm/i8259.c | 1 arch/x86/kvm/vmx.c | 11 +++-- arch/x86/kvm/x86.c | 1 include/kvm/arm_vgic.h | 1 virt/kvm/arm/vgic-v2.c | 8 ++++ virt/kvm/arm/vgic-v3.c | 8 ++++ virt/kvm/arm/vgic.c | 22 ++++++++++- virt/kvm/kvm_main.c | 1 13 files changed, 114 insertions(+), 81 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html