aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorJiri Pirko <[email protected]>2015-03-04 07:36:31 +0000
committerDavid S. Miller <[email protected]>2015-03-04 21:01:16 +0000
commit9215f437b85da339a7dfe3db6e288637406f88b2 (patch)
tree52fe871b97f881013ce35c5c420a3a6033b82c7f /drivers/net/xen-netback/interface.c
parentnet: fec: fix rcv is not last issue when do suspend/resume test (diff)
downloadkernel-9215f437b85da339a7dfe3db6e288637406f88b2.tar.gz
kernel-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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions