]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mshv: add a missing padding field
authorWei Liu <wei.liu@kernel.org>
Thu, 23 Apr 2026 17:26:26 +0000 (17:26 +0000)
committerWei Liu <wei.liu@kernel.org>
Wed, 29 Apr 2026 21:09:15 +0000 (21:09 +0000)
That was missed when importing the header.

Reported-by: Doru Blânzeanu <dblanzeanu@linux.microsoft.com>
Reported-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Fixes: e68bda71a2384 ("hyperv: Add new Hyper-V headers in include/hyperv")
Cc: stable@kernel.org
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/hyperv/hvhdk.h

index 5e83d37149662c0bf6c2cfa1f47bd937d9e68fca..0c89c62c97067f6cff9e45869961bc2d9063448c 100644 (file)
@@ -79,6 +79,7 @@ struct hv_vp_register_page {
 
                u64 registers[18];
        };
+       u8 reserved[8];
        /* Volatile XMM registers (HV_X64_REGISTER_CLASS_XMM) */
        union {
                struct {