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-1.6-564-g7fbefbb


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  7fbefbb8e5d2651495310bd69a6526fef283ad7a (commit)
      from  972ea1e0125b9c3c20cd021c7d1ef17d7d215d82 (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 7fbefbb8e5d2651495310bd69a6526fef283ad7a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Dec 9 15:24:03 2011 +0100

    Move __stp_tf_vma_map check from commit 972ea1 to stap_find_vma_map_info().
    
    Commit 972ea1 misapplied the check to stap_add_vma_map_info. This can
    never be called when the vma tracker hasn't been initialized. But
    stap_find_vma_map_info[_user] potentially could be called. And so this
    function needs to check that sure__stp_tf_vma_map is initialized.

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

Summary of changes:
 runtime/task_finder_vma.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 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]