summaryrefslogtreecommitdiffstats
path: root/drivers/net/mii.c
diff options
context:
space:
mode:
authorCong Wang <amwang@redhat.com>2013-08-07 16:43:22 +0800
committerDavid S. Miller <davem@davemloft.net>2013-08-09 11:41:45 -0700
commitffbe4a539f69fa3e2f3be74627ca2c830f9d923b (patch)
tree3bb4e4ebfe8eb440ff7ee0246103b4acea8fc93b /drivers/net/mii.c
parent614334df2d6dcc5e15eaa8066a649535d50f329b (diff)
downloadlinux-ffbe4a539f69fa3e2f3be74627ca2c830f9d923b.tar.gz
linux-ffbe4a539f69fa3e2f3be74627ca2c830f9d923b.tar.bz2
linux-ffbe4a539f69fa3e2f3be74627ca2c830f9d923b.zip
vxlan: fix a soft lockup in vxlan module removal
This is a regression introduced by: commit fe5c3561e6f0ac7c9546209f01351113c1b77ec8 Author: stephen hemminger <stephen@networkplumber.org> Date: Sat Jul 13 10:18:18 2013 -0700 vxlan: add necessary locking on device removal The problem is that vxlan_dellink(), which is called with RTNL lock held, tries to flush the workqueue synchronously, but apparently igmp_join and igmp_leave work need to hold RTNL lock too, therefore we have a soft lockup! As suggested by Stephen, probably the flush_workqueue can just be removed and let the normal refcounting work. The workqueue has a reference to device and socket, therefore the cleanups should work correctly. Suggested-by: Stephen Hemminger <stephen@networkplumber.org> Cc: Stephen Hemminger <stephen@networkplumber.org> Cc: David S. Miller <davem@davemloft.net> Tested-by: Cong Wang <amwang@redhat.com> Signed-off-by: Cong Wang <amwang@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mii.c')
0 files changed, 0 insertions, 0 deletions