Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-29 Thread Vinayak Kale
Hi Thomas, On Tue, Oct 29, 2013 at 6:29 PM, Thomas Gleixner wrote: > On Fri, 18 Oct 2013, Vinayak Kale wrote: > >> Need for this patch is discussed in mail-thread [1]. >> >> [1] >> http://lists.infradead.org/pipermail/linux-arm-kernel/2013-October/204414.html >> > > I can't see anything which ma

Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-29 Thread Thomas Gleixner
On Fri, 18 Oct 2013, Vinayak Kale wrote: > Need for this patch is discussed in mail-thread [1]. > > [1] > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-October/204414.html > I can't see anything which makes use of the separate error code in that patch. Thanks, tglx > On

Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-18 Thread Vinayak Kale
On Fri, Oct 18, 2013 at 4:33 PM, Vinayak Kale wrote: > Hi Will, > > > On Fri, Oct 18, 2013 at 4:01 PM, Will Deacon wrote: >> On Fri, Oct 18, 2013 at 11:06:29AM +0100, Vinayak Kale wrote: >>> Return a separate error code when a non-percpu interrupt is passed to >>> request_percpu_irq(). >>> >>> Su

Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-18 Thread Vinayak Kale
Hi Will, On Fri, Oct 18, 2013 at 4:01 PM, Will Deacon wrote: > On Fri, Oct 18, 2013 at 11:06:29AM +0100, Vinayak Kale wrote: >> Return a separate error code when a non-percpu interrupt is passed to >> request_percpu_irq(). >> >> Suggested-by: Will Deacon >> Signed-off-by: Vinayak Kale >> --- >

Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-18 Thread Will Deacon
On Fri, Oct 18, 2013 at 11:06:29AM +0100, Vinayak Kale wrote: > Return a separate error code when a non-percpu interrupt is passed to > request_percpu_irq(). > > Suggested-by: Will Deacon > Signed-off-by: Vinayak Kale > --- > kernel/irq/manage.c |6 -- > 1 file changed, 4 insertions(+),

Re: [PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-18 Thread Vinayak Kale
Need for this patch is discussed in mail-thread [1]. [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-October/204414.html Thanks -Vinayak On Fri, Oct 18, 2013 at 3:36 PM, Vinayak Kale wrote: > Return a separate error code when a non-percpu interrupt is passed to > request_percpu_

[PATCH] genirq: error reporting for non-percpu interrupt in request_percpu_irq()

2013-10-18 Thread Vinayak Kale
Return a separate error code when a non-percpu interrupt is passed to request_percpu_irq(). Suggested-by: Will Deacon Signed-off-by: Vinayak Kale --- kernel/irq/manage.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index