Re: [lock validator] drivers/net/8139too.c: deadlock?
- From: Francois Romieu <romieu@xxxxxxxxxxxxx>
- Date: Fri, 27 Jan 2006 01:35:11 +0100
Ingo Molnar <mingo@xxxxxxx> :
[...]
> i'm wondering, is this a genuine deadlock, or a false positive? The
> dependency chain is quite complex, but looks realistic:
>
> -> #4 {&dev->xmit_lock}: [<c045294b>] dev_watchdog+0x1b/0xc0
> -> #3 {&dev->queue_lock}: [<c0447154>] dev_queue_xmit+0x64/0x290
> -> #2 {&((sk)->sk_lock.slock)}: [<c043eb66>] sk_clone+0x66/0x200
> -> #1 {&((sk)->sk_lock.slock)}: [<c047a116>] tcp_v4_rcv+0x726/0x9d0
> -> #0 {&tp->rx_lock}: [<c033e460>] rtl8139_tx_timeout+0x110/0x1f0
It looks like watchdog racing against rx_poll (which should/can not
happen). Do you have something specific in mind ?
--
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [lock validator] drivers/net/8139too.c: deadlock?
- From: Herbert Xu
- Re: [lock validator] drivers/net/8139too.c: deadlock?
- References:
- [lock validator] drivers/net/8139too.c: deadlock?
- From: Ingo Molnar
- [lock validator] drivers/net/8139too.c: deadlock?
- Prev by Date: Re: [patch 3/9] mempool - Make mempools NUMA aware
- Next by Date: Re: [Lhms-devel] Re: [PATCH 0/9] Reducing fragmentation using zones v4
- Previous by thread: [lock validator] drivers/net/8139too.c: deadlock?
- Next by thread: Re: [lock validator] drivers/net/8139too.c: deadlock?
- Index(es):