]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
team: check return value of team_get_port_by_index_rcu() for NULL
authorJiri Pirko <jiri@resnulli.us>
Sat, 8 Jun 2013 13:00:53 +0000 (15:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2013 17:39:06 +0000 (10:39 -0700)
commit397ab236f5273dfc2ab81ec637a61b3eb22bfc08
tree3ae1c6139b43e474bd25518966e26bd125833d29
parentb26c93c46a3dec25ed236d4ba6107eb4ed5d9401
team: check return value of team_get_port_by_index_rcu() for NULL

[ Upstream commit 76c455decbbad31de21c727edb184a963f42b40b ]

team_get_port_by_index_rcu() might return NULL due to race between port
removal and skb tx path. Panic is easily triggeable when txing packets
and adding/removing port in a loop.

introduced by commit 3d249d4ca "net: introduce ethernet teaming device"
and commit 753f993911b "team: introduce random mode" (for random mode)

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>
drivers/net/team/team_mode_roundrobin.c