Tejun Heo wrote:
Note that ->freeze() handler is always called under ap->lock held and irq disabled. Even if CTL manipulation causes stuck IRQ, it's cleared immediately. This should be safe (enough) even in SMP environment. More correct solution is to mask the IRQ from IRQ controller but that would be an overkill.
Could this possibly lead to a "nobody cared" message from the IRQ layer, followed by the kernel then disabling this IRQ? Just wondering, because that's what can happen if we trigger an IRQ but then don't report "handled" for it from our interrupt handler. I'm puzzling through a similar situation in sata_qstor right now, and the fix will involve manipulating the NIEN bit, with the same risk. ??? Thanks - 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