Re: [GIT PULL] KVM: Generic changes for 7.0
From: Paolo Bonzini
Date: Wed Mar 11 2026 - 13:21:31 EST
On Thu, Mar 5, 2026 at 8:33 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
>
> Attempt #2 at the flex-array fix and the slots_lock documentation.
>
> The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:
>
> Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)
>
> are available in the Git repository at:
>
> https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-7.0-rc3
>
> for you to fetch changes up to f8211e95dfda702ba81ea2e3e7a8c6c967f385fa:
>
> Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock (2026-03-02 09:52:09 -0800)
>
> ----------------------------------------------------------------
> 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.
Pulled, thanks.
Paolo