[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180622194426.GE2377@flask>
Date: Fri, 22 Jun 2018 21:44:26 +0200
From: Radim Krčmář <rkrcmar@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Paolo Bonzini <pbonzini@...hat.com>, linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 4.18-rc2
Linus,
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
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 2ddc649810133fcf8e5282eea898ee7ececf161e:
KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph number (2018-06-22 17:30:20 +0200)
----------------------------------------------------------------
KVM fixes for 4.18-rc2
ARM:
- Lazy FPSIMD switching fixes
- Really disable compat ioctls on architectures that don't want it
- Disable compat on arm64 (it was never implemented...)
- Rely on architectural requirements for GICV on GICv3
- Detect bad alignments in unmap_stage2_range
x86:
- Add nested VM entry checks to avoid broken error recovery path
- Minor documentation fix
----------------------------------------------------------------
Ard Biesheuvel (1):
KVM: arm/arm64: Drop resource size check for GICV window
Dave Martin (3):
KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()
KVM: arm64/sve: Fix SVE trap restoration for non-current tasks
KVM: arm64: Avoid mistaken attempts to save SVE state for vcpus
Jia He (1):
KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
Marc Orr (1):
kvm: vmx: Nested VM-entry prereqs for event inj.
Marc Zyngier (2):
KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT
KVM: arm64: Prevent KVM_COMPAT from being selected
Mark Rutland (1):
arm64: Introduce sysreg_clear_set()
Radim Krčmář (1):
Merge tag 'kvmarm-fixes-for-4.18-1' of git://git.kernel.org/.../kvmarm/kvmarm
Vitaly Kuznetsov (1):
KVM: fix KVM_CAP_HYPERV_TLBFLUSH paragraph number
Documentation/virtual/kvm/api.txt | 2 +-
arch/arm64/include/asm/kvm_host.h | 1 +
arch/arm64/include/asm/sysreg.h | 11 +++++++
arch/arm64/kvm/fpsimd.c | 36 +++++++++++++++------
arch/x86/include/asm/vmx.h | 3 ++
arch/x86/kvm/vmx.c | 67 +++++++++++++++++++++++++++++++++++++++
arch/x86/kvm/x86.h | 9 ++++++
virt/kvm/Kconfig | 2 +-
virt/kvm/arm/mmu.c | 2 ++
virt/kvm/arm/vgic/vgic-v3.c | 5 ---
virt/kvm/kvm_main.c | 19 ++++++-----
11 files changed, 131 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists