From: Michael S. Tsirkin Date: Wed, 8 Feb 2006 00:39:26 +0000 (-0800) Subject: IPoIB: Fix another send-only join race X-Git-Tag: v2.6.16-rc4~83^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bcb974ef6a0ae903888272c92c66ea779388c01;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed