Re: possible reason: unannotated irqs-off

2015-09-21 Thread Murali Karicheri
On 09/21/2015 11:44 AM, Murali Karicheri wrote: Russell, On 09/18/2015 01:02 PM, Russell King - ARM Linux wrote: On Fri, Sep 18, 2015 at 12:02:15PM -0400, Murali Karicheri wrote: While chasing a fix for a deadlock in netcp driver with debug options enabled, i bumped on another warning shown be

Re: possible reason: unannotated irqs-off

2015-09-21 Thread Murali Karicheri
Russell, On 09/18/2015 01:02 PM, Russell King - ARM Linux wrote: On Fri, Sep 18, 2015 at 12:02:15PM -0400, Murali Karicheri wrote: While chasing a fix for a deadlock in netcp driver with debug options enabled, i bumped on another warning shown below.. Looks like I need to enable CONFIG_IRQSOFF_

Re: possible reason: unannotated irqs-off

2015-09-18 Thread Russell King - ARM Linux
On Fri, Sep 18, 2015 at 12:02:15PM -0400, Murali Karicheri wrote: > While chasing a fix for a deadlock in netcp driver with debug options > enabled, i bumped on another warning shown below.. Looks like I need to > enable CONFIG_IRQSOFF_TRACER as well to get rid of this. Have anyone seen > this? My