git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d7101
)
IB/mthca: Fix access to freed memory in catastrophic event handling
author
Jack Morgenstein
<jackm@dev.mellanox.co.il>
Thu, 24 Sep 2009 18:55:41 +0000
(11:55 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 24 Sep 2009 18:55:41 +0000
(11:55 -0700)
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 <vgusev@openvz.org>
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found