Thread (4 messages) flat view 4 messages, 2 authors, 2007-02-17

netpoll again ? (was: Re: 2.6.20-git14 rtl8139 possible circular locking dependency detected)

From: Francois Romieu <romieu@fr.zoreil.com>
Date: 2007-02-17 22:57:56
Also in: lkml

Francois Romieu [off-list ref] :
Michal Piotrowski [off-list ref] :
[...]

Did you enable RTL8139_DEBUG ?

If so you can try the patch below.
It's buggy there too but you are not experiencing this one.

1 - netpoll() calls the poll() handler of the device through netpoll_poll()
2 - The poll handler of the device tries to acquire dev->_xmit_lock
    through dev_mc_add during the Rx protocol processing
3 - netpoll() holds dev->_xmit_lock to avoid recursion in netpoll_poll()

#2 and #3 have opposite requirements.

-- 
Ueimor
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help