RE: linux-next: Tree for Jul 25 (drivers/iommu/hyperv-iommu.c)

From: Michael Kelley (LINUX)
Date: Mon Jul 25 2022 - 17:12:50 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Sent: Monday, July 25, 2022 1:33 PM
>
> On 7/25/22 04:18, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20220722:
> >
>
> on x86_64:
> when CONFIG_SMP is not set:
>
> ../drivers/iommu/hyperv-iommu.c: In function ‘hyperv_irq_remapping_alloc’:
> ../drivers/iommu/hyperv-iommu.c:94:43: error: ‘struct irq_common_data’ has no
> member named ‘affinity’
> 94 | cpumask_copy(desc->irq_common_data.affinity, &ioapic_max_cpumask);
>

I'll provide a fix. Looks like this is a side-effect of commit aa0813581b8d from
Samuel Holland.

Michael