]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hyperv: Add missing field to hv_output_map_device_interrupt
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Wed, 13 Aug 2025 18:20:57 +0000 (11:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:37:36 +0000 (15:37 -0500)
commitb019352d2b6cfde735d4dd09d2d6c30bcb83fafc
treeecfaaaa3171082fac3d9b47f60d1a47ca827f6e3
parent78d6283bad9060fb5ee54656ae4cf6fd39a7de8e
hyperv: Add missing field to hv_output_map_device_interrupt

[ Upstream commit 4cd661c248b6671914ad59e16760bb6d908dfc61 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/hyperv/hvhdk_mini.h