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-140-g86758d5


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  86758d5f2b838d5769c7ace15269a4ebc422f94a (commit)
      from  5d369d06fa39e4769fb3364ba29f588f3d995c24 (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 86758d5f2b838d5769c7ace15269a4ebc422f94a
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Mar 16 18:13:07 2009 -0700

    Fix regression in tracepoint unregistration
    
    Commit 96b030fe reorganized the tracepoint registration calls by
    creating generic wrappers that return int.  However, the older
    tracepoint implementation (as found in RHEL5.3) returned void for unreg,
    so this was failing pass-4.
    
    Since we can't handle unregistration failures anyway, this change just
    makes the generic unregister function return void instead.  As noted in
    the newly-added comment, it should be safe for us to ignore unreg
    failures.

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

Summary of changes:
 tapsets.cxx |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 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]