On Wed, Aug 26, 2020 at 01:16:42PM +0200, Thomas Gleixner wrote: ... > --- a/drivers/iommu/hyperv-iommu.c > +++ b/drivers/iommu/hyperv-iommu.c > @@ -101,7 +101,7 @@ static int hyperv_irq_remapping_alloc(st > * in the chip_data and hyperv_irq_remapping_activate()/hyperv_ir_set_ > * affinity() set vector and dest_apicid directly into IO-APIC entry. > */ > - irq_data->chip_data = info->ioapic_entry; > + irq_data->chip_data = info->ioapic.entry; Not sure if it is required for such a trivial change but here you go: Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>