Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hyperv: Add missing field to hv_output_map_device_interrupt

This field is unused, but the correct structure size is needed
when computing the amount of space for the output argument to
reside, so that it does not cross a page boundary.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>

authored by

Nuno Das Neves and committed by
Wei Liu
4cd661c2 8f5ae30d

+1
+1
include/hyperv/hvhdk_mini.h
··· 301 301 /* HV_OUTPUT_MAP_DEVICE_INTERRUPT */ 302 302 struct hv_output_map_device_interrupt { 303 303 struct hv_interrupt_entry interrupt_entry; 304 + u64 ext_status_deprecated[5]; 304 305 } __packed; 305 306 306 307 /* HV_INPUT_UNMAP_DEVICE_INTERRUPT */