Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-06 Thread Marcin Ślusarz
2007/8/3, Jarek Poplawski <[EMAIL PROTECTED]>: > Hi, > > I can't guarantee this is all needed to fix this bug, but I think > this patch is necessary here. > > Regards, > Jarek P. > > > > Subject: genirq: fix simple and fasteoi irq handlers > > After the "genirq: do not mask interrupts b

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-03 Thread Jarek Poplawski
On Fri, Aug 03, 2007 at 01:57:00PM +0200, Marcin Ślusarz wrote: ... > I'll test this patch tomorrow (and confirm that the last one from Ingo > works fine) and report results on monday (sorry, no internet at home > since I moved out of city :|). So, you are a lucky guy! I have only no internet at h

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-03 Thread Marcin Ślusarz
2007/8/3, Jarek Poplawski <[EMAIL PROTECTED]>: > On Fri, Aug 03, 2007 at 10:04:08AM +0200, Ingo Molnar wrote: > > > > * Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > > > I can't guarantee this is all needed to fix this bug, but I think this > > > patch is necessary here. > > > > hmmm ... very in

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-03 Thread Jarek Poplawski
On Fri, Aug 03, 2007 at 10:04:08AM +0200, Ingo Molnar wrote: > > * Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > I can't guarantee this is all needed to fix this bug, but I think this > > patch is necessary here. > > hmmm ... very interesting! Now _this_ is something we'd like to see > test

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-03 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > * Jarek Poplawski <[EMAIL PROTECTED]> wrote: > > > I can't guarantee this is all needed to fix this bug, but I think > > this patch is necessary here. > > hmmm ... very interesting! Now _this_ is something we'd like to see > tested. Could you send a

Re: [patch] genirq: fix simple and fasteoi irq handlers

2007-08-03 Thread Ingo Molnar
* Jarek Poplawski <[EMAIL PROTECTED]> wrote: > I can't guarantee this is all needed to fix this bug, but I think this > patch is necessary here. hmmm ... very interesting! Now _this_ is something we'd like to see tested. Could you send a patch to Marcin that also undoes the workaround we have