On Wed, Apr 16, 2014 at 11:19:32AM -0400, Tejun Heo wrote: > > Also, we're not going to see complains on spurious interrupts, aren't we? > > The irq isn't even requested, it won't reach the kernel at all. The crash occured in ahci_hw_interrupt() which means multiple MSIs were enabled. The fact driver does not request IRQ does not mean the PCI device does not send an MSI interrupt (and it does as we're observing the crash). So my question if the dummy port interrupt does not end up in handle_bad_irq() or some? Thanks! -- Regards, Alexander Gordeev agordeev@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html