aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-10-08 21:42:23 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:33 -0800
commit8219bfa2a836a7da77d36d0267326adf14607d22 (patch)
treeb3d7641524f55da51fa33b6e92c1793569ff0833
parentcaa799b325b2dbc7309e7d6046b29a652a9e4fc6 (diff)
downloadlibibverbs-8219bfa2a836a7da77d36d0267326adf14607d22.tar.gz
Update ChangeLogs to give credit for Valgrind annotations
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb956a6..aaf664e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,9 @@
(ibv_cmd_destroy_qp): Annotate so that Valgrind knows responses
are defined after write() succeeds. The kernel writes into the
response structure directly, so without these, Valgrind thinks
- that response structures are undefined memory.
+ that response structures are undefined memory. This is based on
+ patches and suggestions by Rainer Keller <keller@hlrs.de>, Jeff
+ Squyres <jsquyres@cisco.com> and Siqing Fan.
* src/ibverbs.h: Add wrapper for VALGRIND_MAKE_MEM_DEFINED so that
it can be used in .c files without worrying about whether Valgrind