PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core code
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2017 07:54:58 +0000 (09:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 18 Oct 2017 13:38:31 +0000 (15:38 +0200)
commit25e960efc63852b84d1c3739aef586285b177395
treeae52750c606af14b54367eedccc2b68ad86d92cc
parent2b5175c4fa974b6aa05bbd2ee8d443a8036a1714
PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core code

If interrupt reservation mode is enabled then the PCI/MSI interrupts must
be reactivated after early activation.

Make sure that all callers of pci_msi_create_irq_domain() have the
MSI_FLAG_MUST_REACTIVATE set when reservation mode is enabled.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Josh Poulson <jopoulso@microsoft.com>
Cc: Mihai Costache <v-micos@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: linux-pci@vger.kernel.org
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Dexuan Cui <decui@microsoft.com>
Cc: Simon Xiao <sixiao@microsoft.com>
Cc: Saeed Mahameed <saeedm@mellanox.com>
Cc: Jork Loeser <Jork.Loeser@microsoft.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: devel@linuxdriverproject.org
Cc: KY Srinivasan <kys@microsoft.com>
Link: https://lkml.kernel.org/r/20171017075600.448649905@linutronix.de
drivers/pci/msi.c