diff options
| author | Nathan Chancellor <nathan@kernel.org> | 2026-01-17 01:02:22 +0300 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-01-17 01:02:22 +0300 |
| commit | d4271702ab2fb0e4474ce66e3c68dfbdf8dc3e4c (patch) | |
| tree | 5f07e235dcedc47ce904537d67d6e6ac4c38f415 /include/uapi | |
| parent | 379b749add7eff1d1e9fdd53206e1ec5e7cd2266 (diff) | |
| parent | 2a0a30805a7d27470e02137cae72f7c3188e44eb (diff) | |
| download | linux-d4271702ab2fb0e4474ce66e3c68dfbdf8dc3e4c.tar.xz | |
Merge UAPI header testing improvements into kbuild-next
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/hyperv.h | 2 | ||||
| -rw-r--r-- | include/uapi/linux/vbox_vmmdev_types.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h index aaa502a7bff4..1749b35ab2c2 100644 --- a/include/uapi/linux/hyperv.h +++ b/include/uapi/linux/hyperv.h @@ -362,7 +362,7 @@ struct hv_kvp_exchg_msg_value { __u8 value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; __u32 value_u32; __u64 value_u64; - }; + } __attribute__((packed)); } __attribute__((packed)); struct hv_kvp_msg_enumerate { diff --git a/include/uapi/linux/vbox_vmmdev_types.h b/include/uapi/linux/vbox_vmmdev_types.h index 6073858d52a2..11f3627c3729 100644 --- a/include/uapi/linux/vbox_vmmdev_types.h +++ b/include/uapi/linux/vbox_vmmdev_types.h @@ -236,7 +236,7 @@ struct vmmdev_hgcm_function_parameter32 { /** Relative to the request header. */ __u32 offset; } page_list; - } u; + } __packed u; } __packed; VMMDEV_ASSERT_SIZE(vmmdev_hgcm_function_parameter32, 4 + 8); @@ -251,7 +251,7 @@ struct vmmdev_hgcm_function_parameter64 { union { __u64 phys_addr; __u64 linear_addr; - } u; + } __packed u; } __packed pointer; struct { /** Size of the buffer described by the page list. */ |
