[GIT PULL] KVM fixes for Linux 7.0 final
From: Paolo Bonzini
Date: Sat Apr 11 2026 - 08:29:08 EST
Linus,
The following changes since commit bfe62a454542cfad3379f6ef5680b125f41e20f4:
Merge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2026-04-06 09:03:19 -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 1fe7294dfb7d26f70bc8f6d7aff26bf76ed32214:
Merge tag 'kvm-s390-master-7.0-4' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2026-04-11 14:11:23 +0200)
----------------------------------------------------------------
s390:
* KVM: s390: vsie: Fix races with partial gmap invalidations
x86:
* KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
----------------------------------------------------------------
Claudio Imbrenda (1):
KVM: s390: vsie: Fix races with partial gmap invalidations
David Woodhouse (1):
KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
Paolo Bonzini (2):
Merge tag 'kvm-x86-fixes-7.1' of https://github.com/kvm-x86/linux into HEAD
Merge tag 'kvm-s390-master-7.0-4' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
arch/s390/kvm/gaccess.c | 9 +++++----
arch/s390/kvm/gmap.c | 3 +++
arch/s390/kvm/gmap.h | 1 +
arch/x86/include/uapi/asm/kvm.h | 12 ++++++------
include/uapi/linux/kvm.h | 11 ++++++-----
5 files changed, 21 insertions(+), 15 deletions(-)