Linux-HyperV List
 help / color / mirror / Atom feed
* [PATCH] hyperv: Add missing field to hv_output_map_device_interrupt
@ 2025-08-13 18:20 Nuno Das Neves
  2025-08-14 18:57 ` Michael Kelley
  2025-08-14 21:28 ` Wei Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Nuno Das Neves @ 2025-08-13 18:20 UTC (permalink / raw)
  To: linux-hyperv, linux-kernel
  Cc: kys, haiyangz, wei.liu, mhklinux, decui, Nuno Das Neves

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>
---
 include/hyperv/hvhdk_mini.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hyperv/hvhdk_mini.h b/include/hyperv/hvhdk_mini.h
index 42e7876455b5..858f6a3925b3 100644
--- a/include/hyperv/hvhdk_mini.h
+++ b/include/hyperv/hvhdk_mini.h
@@ -301,6 +301,7 @@ struct hv_input_map_device_interrupt {
 /* HV_OUTPUT_MAP_DEVICE_INTERRUPT */
 struct hv_output_map_device_interrupt {
 	struct hv_interrupt_entry interrupt_entry;
+	u64 ext_status_deprecated[5];
 } __packed;
 
 /* HV_INPUT_UNMAP_DEVICE_INTERRUPT */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-15 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 18:20 [PATCH] hyperv: Add missing field to hv_output_map_device_interrupt Nuno Das Neves
2025-08-14 18:57 ` Michael Kelley
2025-08-14 21:16   ` Wei Liu
2025-08-15 17:11     ` Nuno Das Neves
2025-08-15 20:46       ` Michael Kelley
2025-08-14 21:28 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox