[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220923141312.96688-1-pbonzini@redhat.com>
Date: Fri, 23 Sep 2022 10:13:12 -0400
From: Paolo Bonzini <pbonzini@...hat.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 5.0-rc7
Linus,
As everyone back came back from conferences, here are the pending patches
for Linux 6.0.
The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:
Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to 69604fe76e58c9d195e48b41d019b07fc27ce9d7:
Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2022-09-23 10:06:08 -0400)
----------------------------------------------------------------
ARM:
* Fix for kmemleak with pKVM
s390:
* Fixes for VFIO with zPCI
* smatch fix
x86:
* Ensure XSAVE-capable hosts always allow FP and SSE state to be saved
and restored via KVM_{GET,SET}_XSAVE
* Fix broken max_mmu_rmap_size stat
* Fix compile error with old glibc that doesn't have gettid()
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
Janis Schoetterl-Glausch (1):
KVM: s390: Pass initialized arg even if unused
Jinrong Liang (1):
selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
Matthew Rosato (3):
KVM: s390: pci: fix plain integer as NULL pointer warnings
KVM: s390: pci: fix GAIT physical vs virtual pointers usage
KVM: s390: pci: register pci hooks without interpretation
Miaohe Lin (1):
KVM: x86/mmu: add missing update to max_mmu_rmap_size
Paolo Bonzini (2):
Merge tag 'kvmarm-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Sean Christopherson (2):
KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
Zenghui Yu (1):
KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_base
arch/arm64/kvm/arm.c | 2 +-
arch/s390/kvm/gaccess.c | 16 +++++++++++++---
arch/s390/kvm/interrupt.c | 2 +-
arch/s390/kvm/kvm-s390.c | 4 ++--
arch/s390/kvm/pci.c | 20 ++++++++++++++------
arch/s390/kvm/pci.h | 6 +++---
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kvm/cpuid.c | 11 ++++++++---
arch/x86/kvm/emulate.c | 3 +++
arch/x86/kvm/mmu/mmu.c | 2 ++
arch/x86/kvm/x86.c | 10 +++-------
tools/testing/selftests/kvm/rseq_test.c | 2 +-
12 files changed, 52 insertions(+), 27 deletions(-)
Powered by blists - more mailing lists