Re:[patch] genirq: temporary fix for level-triggered IRQ resend

2007-08-09 Thread Jean-Baptiste Vignaud
> Hi, > > I see there is a bit of complaining on this original resend temporary > patch. But, since it seems to do a good job for some people, here is > my proposal to limit the 'range of fire' a little bit. > > Marcin and Jean-Baptiste: try to test this with 2.6.23-rc2, please. > (Unless Ingo or

Re: [patch] genirq: temporary fix for level-triggered IRQ resend

2007-08-02 Thread Ingo Molnar
* Gabriel C <[EMAIL PROTECTED]> wrote: > I get a warning on each boot now with this patch .. > > [ 63.686613] WARNING: at kernel/irq/resend.c:70 check_irq_resend() > [ 63.686636] [] check_irq_resend+0x8c/0xa0 > [ 63.686653] [] enable_irq+0xad/0xb3 > [ 63.686662] [] vortex_timer+0x20c/

Re: [patch] genirq: temporary fix for level-triggered IRQ resend

2007-08-02 Thread Gabriel C
Ingo Molnar wrote: > Linus, > > with -rc2 approaching i think we should apply the minimal fix below to > get Marcin's ne2k-pci networking back in working order. The > WARN_ON_ONCE() will not prevent the system from working and it will be a > reminder. > > a better workaround would be to inhibi

Re: [patch] genirq: temporary fix for level-triggered IRQ resend

2007-07-31 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > Linus, > > with -rc2 approaching i think we should apply the minimal fix below to > get Marcin's ne2k-pci networking back in working order. The > WARN_ON_ONCE() will not prevent the system from working and it will be > a reminder. there's one more t