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 9c176ae7..4c1801d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-09 Jim Keniston <jkenisto@us.ibm.com>
+
+ PR 5083
+ * runtime/uprobes/uprobes.c: Adjust module ref-count
+ when creating or removing uprobe_process, so "rmmod
+ --wait uprobes" waits as needed until uretprobed
+ functions return.
+
2007-10-08 Jim Keniston <jkenisto@us.ibm.com>
PR 5079