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-502-gbde3423


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  bde342310dd6b1a7e247a0dc40089b25f045552a (commit)
      from  5137a7a990ef7bc27022654775ce0aa86e0e9942 (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 bde342310dd6b1a7e247a0dc40089b25f045552a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Nov 28 12:06:39 2011 +0100

    _stp_vma_mmap_cb: Really mean that we are only interested in the first load.
    
    There was a chance our test for whether this was the first load of the
    whole module that is executable could miss a second load, which would
    override the original start address. Fix that by explicitly checking
    whether we already registered this module or not.

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

Summary of changes:
 runtime/vma.c |    3 ++-
 1 files changed, 2 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]