From: Bryan O'Sullivan Date: Thu, 28 Sep 2006 16:00:23 +0000 (-0700) Subject: IB/ipath: Fix races with ib_resize_cq() X-Git-Tag: v2.6.19-rc1~652^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a26c47412b201e1977ad42b760885f825158915;p=pandora-kernel.git IB/ipath: Fix races with ib_resize_cq() The resize CQ function changes the memory used to store the queue. Other routines need to honor the lock before accessing the pointer to the queue and verify that the head and tail are in range. Signed-off-by: Bryan O'Sullivan Signed-off-by: Roland Dreier --- Reading git-diff-tree failed