]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Mar 2026 17:01:55 +0000 (18:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Mar 2026 17:01:55 +0000 (18:01 +0100)
commit94fe3e6515ddca2fd33ca1ec53d3635e54fbe456
tree2c8bfef9d1434d655803b1b28e3fa669abe9e495
parent40c2ffcac080dc426d1fddf9e8f2562f918ed85a
parentf8211e95dfda702ba81ea2e3e7a8c6c967f385fa
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into HEAD

KVM generic changes for 7.0

 - Remove a subtle pseudo-overlay of kvm_stats_desc, which, aside from being
   unnecessary and confusing, triggered compiler warnings due to
   -Wflex-array-member-not-at-end.

 - Document that vcpu->mutex is take outside of kvm->slots_lock and
   kvm->slots_arch_lock, which is intentional and desirable despite being
   rather unintuitive.
arch/loongarch/kvm/vcpu.c
arch/loongarch/kvm/vm.c
arch/mips/kvm/mips.c
arch/riscv/kvm/vm.c
arch/s390/kvm/kvm-s390.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
include/uapi/linux/kvm.h
virt/kvm/kvm_main.c