]> www.infradead.org Git - users/jedix/linux-maple.git/commit
team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid
authorIdo Schimmel <idosch@mellanox.com>
Mon, 18 Jan 2016 15:30:22 +0000 (17:30 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:43:33 +0000 (15:43 -0700)
commit0d939c82f77eb62149cf1a6e1888748c1e272ad4
treef7834cbda6528094807b711702c2686b5cfab39f
parent4a54a40ab1a457d736f72413a3cd0d54ee5a491a
team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid

Orabug: 23330577

[ Upstream commit 60a6531bfe49555581ccd65f66a350cc5693fcde ]

We can't be within an RCU read-side critical section when deleting
VLANs, as underlying drivers might sleep during the hardware operation.
Therefore, replace the RCU critical section with a mutex. This is
consistent with team_vlan_rx_add_vid.

Fixes: 3d249d4ca7d0 ("net: introduce ethernet teaming device")
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 490c963c1eb9a7f5f74446f4b9738c9fb1b8e325)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/net/team/team.c