Re: [RFT] major libata update

From: Linus Torvalds
Date: Wed May 17 2006 - 19:49:40 EST




On Wed, 17 May 2006, Linus Torvalds wrote:
>
> I think Neil already reported that it fixed a lost interrupt problem for
> him, but I'm worried that it might result in interrupt storms for others.

Of course, we could just decide to try to switch from level to
edge-triggered if the irq storm thing ever triggers. Right now we disable
the irq entirely, which means that _if_ it was just due to a polarity
error, we're screwed even if it should have been easy to fix by just
turning it into edge-high.

The code to do that should be trivial: make __report_bad_irq() try to
switch to edge mode if it's not edge already. Hmm?

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/