From: Hal Rosenstock Date: Wed, 27 Jul 2005 18:45:26 +0000 (-0700) Subject: [PATCH] IB: Fix timeout/cancelled MAD handling X-Git-Tag: v2.6.13-rc4~25^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0c435ef9e2473934442282054d0f58235d1de2;p=pandora-kernel.git [PATCH] IB: Fix timeout/cancelled MAD handling Fixes an issue processing a sent MAD after it has timed out or been canceled. The race occurs when a response MAD matches with the send request. The request could time out or be canceled after the response MAD matches with the request, but before the request completion can be processed. Signed-off-by: Sean Hefty Signed-off-by: Hal Rosenstock Cc: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed