From: Wei Liu Date: Thu, 23 Apr 2026 17:26:26 +0000 (+0000) Subject: mshv: add a missing padding field X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=48fcc895403cc97aa6c776cb65e6aa11290c0b44;p=thirdparty%2Flinux.git mshv: add a missing padding field That was missed when importing the header. Reported-by: Doru Blânzeanu Reported-by: Magnus Kulke Fixes: e68bda71a2384 ("hyperv: Add new Hyper-V headers in include/hyperv") Cc: stable@kernel.org Reviewed-by: Easwar Hariharan Signed-off-by: Wei Liu --- diff --git a/include/hyperv/hvhdk.h b/include/hyperv/hvhdk.h index 5e83d37149662..0c89c62c97067 100644 --- a/include/hyperv/hvhdk.h +++ b/include/hyperv/hvhdk.h @@ -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 {