diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-03-04 08:36:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-18 13:31:23 +0100 |
commit | 67b58fb7d3e7b1e393609e14d95d02a14d7328db (patch) | |
tree | 166c31d5b1d81c36ad462b12072984e98c0b5c4f /lib/locking-selftest-rlock-softirq.h | |
parent | f15e90f9f297c4c2c22de0f5b8530cb9fe62f263 (diff) |
team: don't traverse port list using rcu in team_set_mac_address
[ Upstream commit 9215f437b85da339a7dfe3db6e288637406f88b2 ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/locking-selftest-rlock-softirq.h')
0 files changed, 0 insertions, 0 deletions