[GIT PULL] KVM fixes for v4.7-rc2

From: Radim KrÄmÃÅ
Date: Thu Jun 02 2016 - 16:08:57 EST


Linus,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

Linux 4.7-rc1 (2016-05-29 09:29:24 -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 d14bdb553f9196169f003058ae1cdabe514470e6:

KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS (2016-06-02 17:38:50 +0200)

----------------------------------------------------------------
ARM:
- two fixes for 4.6 vgic [Christoffer]
(cc stable)

- six fixes for 4.7 vgic [Marc]

x86:
- six fixes from syzkaller reports [Paolo]
(two of them cc stable)

- allow OS X to boot [Dmitry]

- don't trust compilers [Nadav]

----------------------------------------------------------------
Christoffer Dall (2):
KVM: arm/arm64: vgic-v2: Clear all dirty LRs
KVM: arm/arm64: vgic-v3: Clear all dirty LRs

Dmitry Bilunov (1):
KVM: Handle MSR_IA32_PERF_CTL

Marc Zyngier (6):
KVM: arm/arm64: vgic-v2: Always resample level interrupts
KVM: arm/arm64: vgic-v3: Always resample level interrupts
arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
arm64: KVM: vgic-v3: Relax synchronization when SRE==1
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON

Nadav Amit (1):
KVM: x86: avoid write-tearing of TDP

Paolo Bonzini (6):
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Radim KrÄmÃÅ (1):
Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/.../kvmarm/kvmarm

arch/arm64/kvm/hyp/vgic-v3-sr.c | 36 +++++++++++++++++++++---------------
arch/arm64/kvm/sys_regs.c | 13 ++++++++++++-
arch/x86/kvm/cpuid.c | 22 ++++++++++++----------
arch/x86/kvm/mmu.c | 8 ++++----
arch/x86/kvm/x86.c | 12 +++++++++++-
virt/kvm/arm/hyp/vgic-v2-sr.c | 7 +++----
virt/kvm/arm/vgic/vgic-mmio.c | 4 +---
virt/kvm/arm/vgic/vgic-v2.c | 14 +++++++++-----
virt/kvm/arm/vgic/vgic-v3.c | 14 +++++++++-----
virt/kvm/irqchip.c | 2 +-
virt/kvm/kvm_main.c | 22 ++++++++++++----------
11 files changed, 95 insertions(+), 59 deletions(-)