x86/apic/msi: Unbreak DMAR and HPET MSI
authorThomas Gleixner <tglx@linutronix.de>
Sun, 27 Sep 2020 08:46:44 +0000 (10:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 27 Sep 2020 19:53:41 +0000 (21:53 +0200)
commitd27e623ace6af259075b6e0437380ee8d6268c5d
tree9ad7c42ef515329b5918e8555187240d10f06ac6
parentbc95fd0d7c4273034b9486aaf369777eaaa00cb7
x86/apic/msi: Unbreak DMAR and HPET MSI

Switching the DMAR and HPET MSI code to use the generic MSI domain ops
missed to add the flag which tells the core code to update the domain
operations with the defaults. As a consequence the core code crashes
when an interrupt in one of those domains is allocated.

Add the missing flags.

Fixes: 9006c133a422 ("x86/msi: Use generic MSI domain ops")
Reported-by: Qian Cai <cai@redhat.com>
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/87wo0fli8b.fsf@nanos.tec.linutronix.de
arch/x86/kernel/apic/msi.c