diff options
author | 2015-03-04 08:36:31 +0100 | |
---|---|---|
committer | 2015-03-04 16:01:16 -0500 | |
commit | 9215f437b85da339a7dfe3db6e288637406f88b2 (patch) | |
tree | 52fe871b97f881013ce35c5c420a3a6033b82c7f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: fec: fix rcv is not last issue when do suspend/resume test (diff) | |
download | linux-dev-9215f437b85da339a7dfe3db6e288637406f88b2.tar.xz linux-dev-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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions