Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-22 Thread Takashi Iwai
At Wed, 21 Sep 2011 11:55:36 +0200 (CEST), Thomas Gleixner wrote: We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]).

[PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Yong Zhang
Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now

Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Takashi Iwai
At Wed, 21 Sep 2011 17:28:54 +0800, Yong Zhang wrote: Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], Hm, this id hits a different commit: commit c58543c869606532c2382f027d6466f4672ea756 Author: David S. Miller da...@davemloft.net Date: Tue Oct 13

Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Thomas Gleixner
On Wed, 21 Sep 2011, Takashi Iwai wrote: At Wed, 21 Sep 2011 17:28:54 +0800, Yong Zhang wrote: Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], Hm, this id hits a different commit: commit c58543c869606532c2382f027d6466f4672ea756 Author: David S.

Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Ujfalusi, Peter
On Wed, Sep 21, 2011 at 12:28 PM, Yong Zhang yong.zha...@gmail.com wrote: Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see

Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Yong Zhang
On Wed, Sep 21, 2011 at 11:52:00AM +0200, Takashi Iwai wrote: At Wed, 21 Sep 2011 17:28:54 +0800, Yong Zhang wrote: Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], Hm, this id hits a different commit: commit c58543c869606532c2382f027d6466f4672ea756

Re: [PATCH 53/57] sound: irq: Remove IRQF_DISABLED

2011-09-21 Thread Yong Zhang
On Wed, Sep 21, 2011 at 11:55:36AM +0200, Thomas Gleixner wrote: On Wed, 21 Sep 2011, Takashi Iwai wrote: At Wed, 21 Sep 2011 17:28:54 +0800, Yong Zhang wrote: Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], Hm, this id hits a different commit: