diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-30 12:28:36 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-30 12:28:36 -0400 |
commit | 1496e65102941e844f6218d3942ec019d0ada11c (patch) | |
tree | 9cab9a967c31702da55726fae67ac8fd6367d34f /runtime/ChangeLog | |
parent | caddc4616adfa27b018bc0417e8071df48d983a5 (diff) | |
parent | f12c75dd38c4990b9410410cc23e33004d3677ed (diff) | |
download | systemtap-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/ChangeLog | 5 |
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, |