Re: kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33

2015-12-10 Thread Michael Ellerman
gt; > Commit: Add linux-next specific files for 20151210 > > 8225f4e85cb03daea14661380745886ce01fd83a > > Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4 > > > > Possible errors > > --- > > > > include/linu

percpu irq APIs and perf

2015-12-10 Thread Vineet Gupta
Hi Marc / Daniel / Jason, I had a couple of questions about percpu irq API, hopefully you can help answer. On ARM, how do u handle requesting per cpu IRQs - specifically usage of request_percpu_irq() / enable_percpu_irq() API. It seems, for using them, we obviously need to explicitly set irq as

Re: kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33

2015-12-10 Thread Vineet Gupta
On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote: > That is weird. I'll ask it to rebuild it and see if it happens again. > > Do you build with -j? I did now - but still no error at my end. >> From looking at logs it looks like some sort of a make / paralle jobs timing >> issue >

Re: percpu irq APIs and perf

2015-12-10 Thread Marc Zyngier
Hi Vinnet, On 10/12/15 09:25, Vineet Gupta wrote: > Hi Marc / Daniel / Jason, > > I had a couple of questions about percpu irq API, hopefully you can help > answer. > > On ARM, how do u handle requesting per cpu IRQs - specifically usage > of request_percpu_irq() / enable_percpu_irq() API. > It

Re: kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33

2015-12-10 Thread Michael Ellerman
On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote: > On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote: > > That is weird. I'll ask it to rebuild it and see if it happens again. > > > > Do you build with -j? > > I did now - but still no error at my end. OK. It rebuilt OK the sec

Re: kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33

2015-12-10 Thread Alexey Brodkin
Hi Michael, On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote: > On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote: > > > That is weird. I'll ask it to rebuild it and see if it happens again. > > > > Do you build with -j? > > I did now - but still no error at my end. I always b

Re: kisskb: FAILED linux-next/axs103_smp_defconfig/arcv2 Thu Dec 10, 17:33

2015-12-10 Thread Michael Ellerman
On Thu, 2015-12-10 at 14:16 +, Alexey Brodkin wrote: > Hi Michael, > On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote: > > On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote: > > > That is weird. I'll ask it to rebuild it and see if it happens again. > > > > > > Do you build wi

Re: percpu irq APIs and perf

2015-12-10 Thread Vineet Gupta
Hi Marc, On Thursday 10 December 2015 03:26 PM, Marc Zyngier wrote: > Hi Vinnet, > > On 10/12/15 09:25, Vineet Gupta wrote: >> Hi Marc / Daniel / Jason, >> >> I had a couple of questions about percpu irq API, hopefully you can help >> answer. >> >> On ARM, how do u handle requesting per cpu IRQs