diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-03-04 10:36:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-05 00:01:16 +0300 |
commit | 9215f437b85da339a7dfe3db6e288637406f88b2 (patch) | |
tree | 52fe871b97f881013ce35c5c420a3a6033b82c7f /arch | |
parent | 61615cd27e2fdcf698261ba77c7d93f7a7739c65 (diff) | |
download | linux-9215f437b85da339a7dfe3db6e288637406f88b2.tar.xz |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions