diff options
author | Michael S. Tsirkin <mst@mellanox.co.il> | 2006-02-07 16:37:08 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-02-07 16:37:08 -0800 |
commit | 479a079663bd4c5f3d2714643b1b8c406aaba3e0 (patch) | |
tree | e484f9a2dce6ee68f1c328d54f18acbf137c1999 /kernel/uid16.c | |
parent | 8cf3f04f45694db0699f608c0e3fb550c607cc88 (diff) |
IPoIB: Don't start send-only joins while multicast thread is stopped
Fix the following race scenario:
- Device is up.
- Port event or set mcast list triggers ipoib_mcast_stop_thread,
this cancels the query and waits on mcast "done" completion.
- Completion is called and "done" is set.
- Meanwhile, ipoib_mcast_send arrives and starts a new query,
re-initializing "done".
Fix this by adding a "multicast started" bit and checking it before
starting a send-only join.
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'kernel/uid16.c')
0 files changed, 0 insertions, 0 deletions