> From: Wei Liu <wei.liu@xxxxxxxxxx> > Sent: Friday, August 19, 2022 8:53 AM > To: Bjorn Helgaas <helgaas@xxxxxxxxxx> > > On Mon, Aug 15, 2022 at 03:35:45PM -0500, Bjorn Helgaas wrote: > > s/definiton/definition/ in subject > > (only if you have other occasion to repost this) > > > > On Mon, Aug 15, 2022 at 11:55:05AM -0700, Dexuan Cui wrote: > > > 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@xxxxxxxxxxxxx> > > > Cc: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx> > > > Cc: Carl Vanderlip <quic_carlv@xxxxxxxxxxx> > > > > Looks like Wei has been applying most changes to pci-hyperv.c, so I > > assume the same will happen here. > > I can take care of this one via hyperv-fixes, but ... Wei, please ignore this patch. I'll post v2 of this patch with v2 of the other patch. > > > --- > > > > > > The patch should be appplied after the earlier patch: > > > [PATCH] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI > > > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flwn.ne > t%2Fml%2Flinux-kernel%2F20220804025104.15673-1-decui%2540microsoft.co > m%2F&data=05%7C01%7Cdecui%40microsoft.com%7Cc8ab6638b7d747b > cddf008da81fadc12%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C6 > 37965211688628404%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMD > AiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C& > amp;sdata=Rb2MfkSFmJ%2B8ze%2FllN0THBhODCtmnZ8oSMB0EOn20u4%3D& > amp;reserved=0 > > > > > ... this patch looks to be rejected. Correct. I'm working on a new version. > > Thanks, > Wei.