Files
linux/net/mac80211
Eric W. Biederman 5f04d5068a net: Fix more stale on-stack list_head objects.
From: Eric W. Biederman <ebiederm@xmission.com>

In the beginning with batching unreg_list was a list that was used only
once in the lifetime of a network device (I think).  Now we have calls
using the unreg_list that can happen multiple times in the life of a
network device like dev_deactivate and dev_close that are also using the
unreg_list.  In addition in unregister_netdevice_queue we also do a
list_move because for devices like veth pairs it is possible that
unregister_netdevice_queue will be called multiple times.

So I think the change below to fix dev_deactivate which Eric D. missed
will fix this problem.  Now to go test that.

Signed-off-by: David S. Miller <davem@davemloft.net>
2011-02-20 11:49:45 -08:00
..
2009-07-10 15:01:49 -04:00
2010-10-13 15:45:23 -04:00
2010-12-13 15:23:29 -05:00
2011-01-05 16:07:12 -05:00
2011-01-13 15:46:45 -05:00
2010-12-07 17:08:06 -05:00
2010-10-07 14:41:27 -04:00
2010-07-08 16:35:50 -04:00
2010-07-08 16:35:50 -04:00
2010-10-11 15:04:23 -04:00
2010-07-08 16:35:50 -04:00
2010-12-22 15:44:22 -05:00
2010-01-05 16:21:40 -05:00
2010-09-27 15:57:54 -04:00