summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3097675e..4d82e9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-25 Jim Keniston <jkenisto@us.ibm.com>
+
+ * runtime/uprobes/uprobes.c: Within a probed process, serialize
+ calls to access_process_vm() when populating instructions
+ slots. Fixes an SMP bug on multithreaded apps with many
+ active probepoints.
+ * runtime/uprobes/uprobes.h: Ditto
+
2008-01-25 Frank Ch. Eigler <fche@elastic.org>
PR 5672.