Jiri Pirko
9215f437b8
team: don't traverse port list using rcu in team_set_mac_address
...
Currently the list is traversed using rcu variant. That is not correct
since dev_set_mac_address can be called which eventually calls
rtmsg_ifinfo_build_skb and there, skb allocation can sleep. So fix this
by remove the rcu usage here.
Fixes: 3d249d4ca7 "net: introduce ethernet teaming device"
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-04 16:01:16 -05:00
..
2015-02-21 13:40:41 -08:00
2015-02-15 11:11:47 -08:00
2015-02-28 10:21:57 -08:00
2015-02-23 09:30:35 +02:00
2015-02-17 09:27:54 -08:00
2015-02-19 20:58:42 -06:00
2015-02-21 12:30:30 -08:00
2015-02-25 10:28:55 +01:00
2015-02-21 13:40:41 -08:00
2015-02-21 04:29:16 +01:00
2015-02-18 08:49:20 -08:00
2015-02-18 08:49:20 -08:00
2015-02-19 11:18:14 -08:00
2015-02-21 10:41:29 -08:00
2015-02-23 15:40:32 +01:00
2015-03-03 09:04:33 -08:00
2015-02-23 15:28:40 +01:00
2015-02-15 10:48:44 -08:00
2015-02-22 20:10:30 -08:00
2015-02-21 12:41:50 -08:00
2015-02-15 19:40:09 +01:00
2015-02-19 10:36:45 -08:00
2015-02-22 17:42:14 -08:00
2015-02-21 12:59:04 -08:00
2015-02-21 19:41:38 -08:00
2015-03-03 15:30:07 -08:00
2015-02-18 09:24:01 -08:00
2015-02-25 11:38:46 +11:00
2015-02-18 09:05:48 -08:00
2015-02-15 10:48:44 -08:00
2015-02-21 12:30:30 -08:00
2015-02-18 08:01:44 -08:00
2015-03-04 16:01:16 -05:00
2015-02-18 09:43:46 -08:00
2015-02-19 10:36:45 -08:00
2015-02-17 09:38:59 -08:00
2015-02-21 11:12:07 -08:00
2015-02-21 04:29:16 +01:00
2015-02-18 08:40:29 +01:00
2015-02-18 08:49:20 -08:00
2015-02-18 09:05:48 -08:00
2015-02-28 09:57:51 -08:00
2015-02-21 19:16:42 -08:00
2015-02-24 07:26:12 +09:00
2015-02-17 09:38:59 -08:00
2015-02-19 10:36:45 -08:00
2015-02-22 17:42:14 -08:00
2015-02-21 13:21:19 -08:00
2015-02-28 13:58:36 +08:00
2015-02-19 10:36:45 -08:00
2015-02-19 10:36:45 -08:00
2015-03-03 15:30:07 -08:00
2015-02-17 16:19:29 +10:30
2015-02-17 21:34:13 +01:00
2015-02-23 16:30:25 +00:00