netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* _xmit_ETHER lockdep warning. (-git8)
@ 2008-08-01 19:29 Dave Jones
  2008-08-01 20:06 ` Jarek Poplawski
  2008-08-01 23:18 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Jones @ 2008-08-01 19:29 UTC (permalink / raw)
  To: netdev

A week or so old, but possibly still valid..

https://bugzilla.redhat.com/show_bug.cgi?id=456521


=============================================
[ INFO: possible recursive locking detected ]
2.6.27-0.166.rc0.git8.fc10.x86_64 #1
---------------------------------------------
swapper/0 is trying to acquire lock:
 (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7

but task is already holding lock:
 (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7

other info that might help us debug this:
1 lock held by swapper/0:
 #0:  (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7

stack backtrace:
Pid: 0, comm: swapper Not tainted 2.6.27-0.166.rc0.git8.fc10.x86_64 #1

Call Trace:
 <IRQ>  [<ffffffff81061b46>] __lock_acquire+0x790/0xaa7
 [<ffffffff81060d80>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff812828a3>] ? dev_watchdog+0x41/0x1a7
 [<ffffffff81061ef3>] lock_acquire+0x96/0xc3
 [<ffffffff812828a3>] ? dev_watchdog+0x41/0x1a7
 [<ffffffff812f5eb8>] _spin_lock+0x2b/0x58
 [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7
 [<ffffffff81282862>] ? dev_watchdog+0x0/0x1a7
 [<ffffffff81048ba6>] run_timer_softirq+0x17f/0x1f7
 [<ffffffff810450eb>] __do_softirq+0x83/0x110
 [<ffffffff8100dcbc>] call_softirq+0x1c/0x28
 [<ffffffff8100ef81>] do_softirq+0x52/0xb5
 [<ffffffff81044c95>] irq_exit+0x53/0xa0
 [<ffffffff8101d160>] smp_apic_timer_interrupt+0x94/0xad
 [<ffffffff8100d4c8>] apic_timer_interrupt+0x88/0x90
 <EOI>  [<ffffffff81022880>] ? native_safe_halt+0x6/0x8
 [<ffffffff81060d80>] ? trace_hardirqs_on+0xd/0xf
 [<ffffffff81013537>] ? default_idle+0x2f/0x51
 [<ffffffff81013661>] ? c1e_idle+0x108/0x10f
 [<ffffffff812f9204>] ? atomic_notifier_call_chain+0x14/0x16
 [<ffffffff8100b2d6>] ? cpu_idle+0x92/0xeb
 [<ffffffff812efbef>] ? start_secondary+0x1a1/0x1a3

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: _xmit_ETHER lockdep warning. (-git8)
  2008-08-01 19:29 _xmit_ETHER lockdep warning. (-git8) Dave Jones
@ 2008-08-01 20:06 ` Jarek Poplawski
  2008-08-01 23:18 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jarek Poplawski @ 2008-08-01 20:06 UTC (permalink / raw)
  To: Dave Jones; +Cc: netdev

Dave Jones wrote, On 08/01/2008 09:29 PM:

> A week or so old, but possibly still valid..


Just fixed in net-2.6:

commit c3f26a269c2421f97f10cf8ed05d5099b573af4d
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Jul 31 16:58:50 2008 -0700

    netdev: Fix lockdep warnings in multiqueue configurations.


Jarek P.

> 
> https://bugzilla.redhat.com/show_bug.cgi?id=456521
> 
> 
> =============================================
> [ INFO: possible recursive locking detected ]
> 2.6.27-0.166.rc0.git8.fc10.x86_64 #1
> ---------------------------------------------
> swapper/0 is trying to acquire lock:
>  (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7
> 
> but task is already holding lock:
>  (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7
> 
> other info that might help us debug this:
> 1 lock held by swapper/0:
>  #0:  (_xmit_ETHER){-+..}, at: [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7
> 
> stack backtrace:
> Pid: 0, comm: swapper Not tainted 2.6.27-0.166.rc0.git8.fc10.x86_64 #1
> 
> Call Trace:
>  <IRQ>  [<ffffffff81061b46>] __lock_acquire+0x790/0xaa7
>  [<ffffffff81060d80>] ? trace_hardirqs_on+0xd/0xf
>  [<ffffffff812828a3>] ? dev_watchdog+0x41/0x1a7
>  [<ffffffff81061ef3>] lock_acquire+0x96/0xc3
>  [<ffffffff812828a3>] ? dev_watchdog+0x41/0x1a7
>  [<ffffffff812f5eb8>] _spin_lock+0x2b/0x58
>  [<ffffffff812828a3>] dev_watchdog+0x41/0x1a7
>  [<ffffffff81282862>] ? dev_watchdog+0x0/0x1a7
>  [<ffffffff81048ba6>] run_timer_softirq+0x17f/0x1f7
>  [<ffffffff810450eb>] __do_softirq+0x83/0x110
>  [<ffffffff8100dcbc>] call_softirq+0x1c/0x28
>  [<ffffffff8100ef81>] do_softirq+0x52/0xb5
>  [<ffffffff81044c95>] irq_exit+0x53/0xa0
>  [<ffffffff8101d160>] smp_apic_timer_interrupt+0x94/0xad
>  [<ffffffff8100d4c8>] apic_timer_interrupt+0x88/0x90
>  <EOI>  [<ffffffff81022880>] ? native_safe_halt+0x6/0x8
>  [<ffffffff81060d80>] ? trace_hardirqs_on+0xd/0xf
>  [<ffffffff81013537>] ? default_idle+0x2f/0x51
>  [<ffffffff81013661>] ? c1e_idle+0x108/0x10f
>  [<ffffffff812f9204>] ? atomic_notifier_call_chain+0x14/0x16
>  [<ffffffff8100b2d6>] ? cpu_idle+0x92/0xeb
>  [<ffffffff812efbef>] ? start_secondary+0x1a1/0x1a3
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: _xmit_ETHER lockdep warning. (-git8)
  2008-08-01 19:29 _xmit_ETHER lockdep warning. (-git8) Dave Jones
  2008-08-01 20:06 ` Jarek Poplawski
@ 2008-08-01 23:18 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2008-08-01 23:18 UTC (permalink / raw)
  To: davej; +Cc: netdev

From: Dave Jones <davej@codemonkey.org.uk>
Date: Fri, 1 Aug 2008 15:29:47 -0400

> A week or so old, but possibly still valid..
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=456521

Current Linus should have a fix for this.  Let me know if it
persists.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-01 23:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 19:29 _xmit_ETHER lockdep warning. (-git8) Dave Jones
2008-08-01 20:06 ` Jarek Poplawski
2008-08-01 23:18 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).