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.7-166-gc9116e9


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  c9116e9980ad6e417697737f8d54a4a625811245 (commit)
      from  b350f56b13f4e5acd5744cd71e4b26343aae8e6b (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 c9116e9980ad6e417697737f8d54a4a625811245
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 22 19:55:50 2009 -0700

    Fix another kernel/kprobe.function conflict
    
    Both kernel.function and kprobe.function were defining a global array
    stap_unreg_kprobes to use in bulk kprobes unregistration.  The compiler
    allowed the duplicate definition as long as they were the same size, as
    it was when exercised in buildok/thirtyone.
    
    kprobe.function now uses a separate stap_unreg_kprobes2, and the
    testcase is modified to produce an imbalanced number of probes.

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

Summary of changes:
 tapsets.cxx                     |   14 +++++++-------
 testsuite/buildok/thirtyone.stp |    1 +
 2 files changed, 8 insertions(+), 7 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]