summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-09-30 12:28:36 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-09-30 12:28:36 -0400
commit1496e65102941e844f6218d3942ec019d0ada11c (patch)
tree9cab9a967c31702da55726fae67ac8fd6367d34f /runtime/ChangeLog
parentcaddc4616adfa27b018bc0417e8071df48d983a5 (diff)
parentf12c75dd38c4990b9410410cc23e33004d3677ed (diff)
downloadsystemtap-steved-1496e65102941e844f6218d3942ec019d0ada11c.tar.gz
systemtap-steved-1496e65102941e844f6218d3942ec019d0ada11c.tar.xz
systemtap-steved-1496e65102941e844f6218d3942ec019d0ada11c.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap: Fix race condition in addr-map; simplify allocation logic Don't crash when reporting an error if getting alternatives fails.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 6672dbb5..677b32ee 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-30 Tim Moore <timoore@redhat.com>
+
+ * addr-map.c (add_bad_addr_entry): Rewrite allocation of address
+ table to simplify locking and eliminate a race condition.
+
2008-09-26 David Smith <dsmith@redhat.com>
* task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP,