diff options
| author | 2006-02-27 20:47:43 -0800 | |
|---|---|---|
| committer | 2006-03-20 10:08:18 -0800 | |
| commit | 7343b231f22cec11f069bcdbb0c9a417df2750d3 (patch) | |
| tree | 3b72ba5f585fcab8271dc4be046b3bd447852847 /scripts/basic | |
| parent | IB/mthca: Implement query_ah method (diff) | |
IPoIB: Close race in setting mcast->ah
ipoib_mcast_send() tests mcast->ah twice. If this value is changed
between these two points, we leak an skb. However,
ipoib_mcast_join_finish() sets mcast->ah with no locking, so it could
race against ipoib_mcast_send().
As a solution, take priv->lock around assignment to mcast->ah thus
making sure ipoib_mcast_send() (which also takes priv->lock) is not in
flight.
Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
