From: Jack Morgenstein Date: Thu, 24 Sep 2009 18:55:41 +0000 (-0700) Subject: IB/mthca: Fix access to freed memory in catastrophic event handling X-Git-Tag: v2.6.32-rc1~51^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d686159e50c57788001001e9537aa8b4bbc38001;p=pandora-kernel.git IB/mthca: Fix access to freed memory in catastrophic event handling catas_reset() uses a pointer to mthca_dev, but mthca_dev is not valid after the call to __mthca_restart_one(). Based on a similar patch for mlx4 (634354d7, "mlx4: Fix access to freed memory") by Vitaliy Gusev Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- Reading git-diff-tree failed