This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-161-gbc1a99d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  bc1a99dfcf9cd081ddf37f362dc1af2158c016b8 (commit)
      from  715bb1ea4a7823580a4f6641c5a03d66735b57a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc1a99dfcf9cd081ddf37f362dc1af2158c016b8
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Mar 18 11:42:53 2009 +0100

    Don't mutex_unlock in __stp_tf_get_vma_map_entry_internal.
    
    All callers of __stp_tf_get_vma_map_entry_internal lock and unlock
    the mutex correctly themselves in all cases. This unlock would trigger
    a double unlock.
    
    * runtime/task_finder_vma.c (__stp_tf_get_vma_map_entry_internal):
      Don't mutex_unlock(&__stp_tf_vma_mutex).

-----------------------------------------------------------------------

Summary of changes:
 runtime/task_finder_vma.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]