login
Header Space

 
 

Re: [Bugme-new] [Bug 10326] New: inconsistent lock state in net_rx_action

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jarek Poplawski <jarkao2@...>
Cc: <netdev@...>, <bugme-daemon@...>, <marcus@...>, Stephen Hemminger <shemminger@...>, Rafael J. Wysocki <rjw@...>, LKML <linux-kernel@...>
Date: Wednesday, March 26, 2008 - 8:14 pm

On Thu, 27 Mar 2008 00:13:41 +0100 Jarek Poplawski <jarkao2@gmail.com> wrote:


No, it's not an irq_disable() thing, directly.

What lockdep is saying is that sky2_poll() is taking napi->poll_lock for
writing with softirqs enabled, but net_rx_action() takes the same lock from
within softirq context.

If sky2_poll() always takes napi->poll_lock under local_irq_disable() then
that would be a lockdep bug.


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [Bugme-new] [Bug 10326] New: inconsistent lock state in ..., Andrew Morton, (Wed Mar 26, 8:14 pm)
Re: [Bugme-new] [Bug 10326] New: inconsistent lock state in ..., Rafael J. Wysocki, (Thu Mar 27, 5:56 pm)
speck-geostationary