kernel-ark/drivers/infiniband/ulp
Michael S. Tsirkin 7bcb974ef6 IPoIB: Fix another send-only join race
Further, there's an additional issue that I saw in testing:
ipoib_mcast_send may get called when priv->broadcast is NULL (e.g. if
the device was downed and then upped internally because of a port
event).

If this happends and the send-only join request gets completed before
priv->broadcast is set, we get an oops.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-02-07 16:39:26 -08:00
..
ipoib IPoIB: Fix another send-only join race 2006-02-07 16:39:26 -08:00
srp IB/srp: Semaphore to mutex conversion 2006-01-30 15:21:21 -08:00