android_kernel_xiaomi_sdm845/drivers/infiniband/ulp
Sean Hefty e07832b662 IPoIB: Fix race in detaching from mcast group before attaching
There's a race between ipoib_mcast_leave() and ipoib_mcast_join_finish()
where we can try to detach from a multicast group before we've
attached to it.  Fix this by reordering the code in ipoib_mcast_leave
to free the multicast group first, which waits for the multicast
callback thread (which calls ipoib_mcast_join_finish()) to complete
before detaching from the group.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-03-22 14:32:09 -07:00
..
ipoib IPoIB: Fix race in detaching from mcast group before attaching 2007-03-22 14:32:09 -07:00
iser [PATCH] iscsi endianness annotations 2007-02-09 09:14:07 -08:00
srp IB/srp: Don't wait for response when QP is in error state. 2007-02-04 14:11:56 -08:00