Re: [GIT PULL] KVM: x86: A lonely fix for 7.1
From: Paolo Bonzini
Date: Sat Apr 11 2026 - 08:08:02 EST
On 4/11/26 01:58, Sean Christopherson wrote:
Please pull a single fix for 7.1 that I tossed in a "fixes" branch with the
intent of sending it along for 7.0, and then promptly forgot about.
The following changes since commit d2ea4ff1ce50787a98a3900b3fb1636f3620b7cf:
KVM: selftests: Verify SEV+ guests can read and write EFER, CR0, CR4, and CR8 (2026-03-12 17:31:53 +0100)
are available in the Git repository at:
https://github.com/kvm-x86/linux.git tags/kvm-x86-fixes-7.1
for you to fetch changes up to 2619da73bb2f10d88f7e1087125c40144fdf0987:
KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs (2026-03-12 10:56:10 -0700)
----------------------------------------------------------------
KVM x86 fixes for 7.1
Declare flexible arrays in uAPI structures using __DECLARE_FLEX_ARRAY() so
that KVM's uAPI headers can be included in C++ projects.
----------------------------------------------------------------
David Woodhouse (1):
KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
arch/x86/include/uapi/asm/kvm.h | 12 ++++++------
include/uapi/linux/kvm.h | 11 ++++++-----
2 files changed, 12 insertions(+), 11 deletions(-)
Pulled for 7.0, thanks.
Paolo