diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-03-04 08:36:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-04 22:01:16 +0100 |
commit | 9215f437b85da339a7dfe3db6e288637406f88b2 (patch) | |
tree | 52fe871b97f881013ce35c5c420a3a6033b82c7f /arch/arm/mach-sa1100/pleb.c | |
parent | net: fec: fix rcv is not last issue when do suspend/resume test (diff) | |
download | linux-9215f437b85da339a7dfe3db6e288637406f88b2.tar.xz linux-9215f437b85da339a7dfe3db6e288637406f88b2.zip |
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/arm/mach-sa1100/pleb.c')
0 files changed, 0 insertions, 0 deletions