Hi, I got a kernel warning on imx6 board when forcing threading of all the interrupt handler. This patch series tries to fix this issue for all the msi handler which leverage on dw_handle_msi_irq(). Only boot test on imx6 board, all others just passed build test. Kevin Hao (4): PCI: imx6: Mark the msi cascade handler IRQF_NO_THREAD PCI: dra7xx: Mark the msi cascade handler IRQF_NO_THREAD PCI: exynos: Mark the msi cascade handler IRQF_NO_THREAD PCI: spear: Mark the msi cascade handler IRQF_NO_THREAD drivers/pci/host/pci-dra7xx.c | 3 ++- drivers/pci/host/pci-exynos.c | 3 ++- drivers/pci/host/pci-imx6.c | 3 ++- drivers/pci/host/pcie-spear13xx.c | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) Thanks, Kevin -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html