Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-09 Thread Valentin Rothberg
On Fri, Mar 6, 2015 at 8:41 PM, Dmitry Torokhov wrote: > On Thu, Mar 5, 2015 at 5:11 AM, Hannes Reinecke wrote: >> On 03/05/2015 01:59 PM, Valentin Rothberg wrote: >>> The IRQF_DISABLED is a NOOP and has been scheduled for removal since >>> Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove IR

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-06 Thread Dmitry Torokhov
On Thu, Mar 5, 2015 at 5:11 AM, Hannes Reinecke wrote: > On 03/05/2015 01:59 PM, Valentin Rothberg wrote: >> The IRQF_DISABLED is a NOOP and has been scheduled for removal since >> Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove IRQF_DISABLED from >> core code"). >> >> According to commit e5

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
On Thu, Mar 5, 2015 at 2:11 PM, Hannes Reinecke wrote: > On 03/05/2015 01:59 PM, Valentin Rothberg wrote: >> The IRQF_DISABLED is a NOOP and has been scheduled for removal since >> Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove IRQF_DISABLED from >> core code"). >> >> According to commit e5

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
On Thu, Mar 5, 2015 at 2:08 PM, Dan Carpenter wrote: > On Thu, Mar 05, 2015 at 01:59:39PM +0100, Valentin Rothberg wrote: >> diff --git a/drivers/mtd/nand/hisi504_nand.c >> b/drivers/mtd/nand/hisi504_nand.c >> index 289ad3ac3e80..7f9f9c827c1d 100644 >> --- a/drivers/mtd/nand/hisi504_nand.c >> +++

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Dan Carpenter
On Thu, Mar 05, 2015 at 01:59:39PM +0100, Valentin Rothberg wrote: > diff --git a/drivers/mtd/nand/hisi504_nand.c b/drivers/mtd/nand/hisi504_nand.c > index 289ad3ac3e80..7f9f9c827c1d 100644 > --- a/drivers/mtd/nand/hisi504_nand.c > +++ b/drivers/mtd/nand/hisi504_nand.c > @@ -758,8 +758,7 @@ static

Re: [PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Hannes Reinecke
On 03/05/2015 01:59 PM, Valentin Rothberg wrote: > The IRQF_DISABLED is a NOOP and has been scheduled for removal since > Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove IRQF_DISABLED from > core code"). > > According to commit e58aa3d2d0cc ("genirq: Run irq handlers with > interrupts disabl

[PATCH] Remove deprecated IRQF_DISABLED flag entirely

2015-03-05 Thread Valentin Rothberg
The IRQF_DISABLED is a NOOP and has been scheduled for removal since Linux v2.6.36 by commit 6932bf37bed4 ("genirq: Remove IRQF_DISABLED from core code"). According to commit e58aa3d2d0cc ("genirq: Run irq handlers with interrupts disabled") running IRQ handlers with interrupts enabled can cause s