On 11.08.2021 14:31, Kevin Stefanov wrote: > @@ -448,7 +448,7 @@ void io_apic_write_remap_rte( > struct vtd_iommu *iommu = ioapic_to_iommu(IO_APIC_ID(apic)); > int saved_mask; > > - old_rte = __ioapic_read_entry(apic, ioapic_pin, 1); > + old_rte = __ioapic_read_entry(apic, ioapic_pin, false);
Oops? I'm relatively certain that things wouldn't work this way, i.e. I'm wondering if you did actually test before submitting. Jan