Skip to content
Commit f36a74b9 authored by David Woodhouse's avatar David Woodhouse Committed by Thomas Gleixner
Browse files

x86/ioapic: Use I/O-APIC ID for finding irqdomain, not index



In commit b643128b ("x86/ioapic: Use irq_find_matching_fwspec() to
find remapping irqdomain") the I/O-APIC code was changed to find its
parent irqdomain using irq_find_matching_fwspec(), but the key used
for the lookup was wrong. It shouldn't use 'ioapic' which is the index
into its own ioapics[] array. It should use the actual arbitration
ID of the I/O-APIC in question, which is mpc_ioapic_id(ioapic).

Fixes: b643128b ("x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomain")
Reported-by: default avatarlkp <oliver.sang@intel.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/57adf2c305cd0c5e9d860b2f3007a7e676fd0f9f.camel@infradead.org
parent d981059e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment