Re: [PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
From: Wei Liu <wei.liu@kernel.org>
Date: 2022-11-02 13:06:35
Also in:
linux-pci, lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2022-11-02 13:06:35
Also in:
linux-pci, lkml
On Fri, Oct 28, 2022 at 08:08:03AM -0600, Jeffrey Hugo wrote:
On 10/27/2022 2:52 PM, Dexuan Cui wrote:quoted
The local variable 'vector' must be u32 rather than u8: see the struct hv_msi_desc3. 'vector_count' should be u16 rather than u8: see struct hv_msi_desc, hv_msi_desc2 and hv_msi_desc3. Fixes: a2bad844a67b ("PCI: hv: Fix interrupt mapping for multi-MSI") Signed-off-by: Dexuan Cui <decui@microsoft.com> Cc: Jeffrey Hugo <redacted> Cc: Carl Vanderlip <redacted>Reviewed-by: Jeffrey Hugo <redacted>
Applied to hyperv-fixes. Thanks.