summary refs log tree commit diff
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@linux.foundation.org>2007-06-27 00:39:42 -0700
committerDavid S. Miller <davem@davemloft.net>2007-06-27 00:39:42 -0700
commit0db3dc73f7a3a73b0dc725b6a991253f5652c905 (patch)
tree55d78b37c8fd13ba0f56e3419d4dc3f57856e781 /crypto/cipher.c
parent48d8d7ee5dd17c64833e0343ab4ae8ef01cc2648 (diff)
downloadlinux-0db3dc73f7a3a73b0dc725b6a991253f5652c905.tar.gz
[NETPOLL]: tx lock deadlock fix
If sky2 device poll routine is called from netpoll_send_skb, it would
deadlock. The netpoll_send_skb held the netif_tx_lock, and the poll
routine could acquire it to clean up skb's. Other drivers might use
same locking model.

The driver is correct, netpoll should not introduce more locking
problems than it causes already. So change the code to drop lock
before calling poll handler.

Signed-off-by: Stephen Hemminger <shemminger@linux.foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/cipher.c')
0 files changed, 0 insertions, 0 deletions