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, dsmith/task_finder2, updated. release-1.6-434-g06a01ec


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, dsmith/task_finder2 has been updated
       via  06a01ec1fe11e412fa30b9e608a076a0a22e8655 (commit)
       via  665fbae24614d126750b2b6ce65c5a9a56dddf83 (commit)
       via  74b8d7b2fcee8e8336c2533ca8dfe480c3206ced (commit)
       via  f66bb29a205b81edfdf6335c7d52774103fd565b (commit)
       via  6b8b70dad8ea18ab896905c797d90102cd4be3e6 (commit)
       via  3333b4ec5e7de3325e0f50d27b66f52a9d569fec (commit)
       via  c0304922051faad1ebc38cd87e6b58f676294cd6 (commit)
       via  d6f447636c8f43e354b5cbf9a7d84bd867a08211 (commit)
      from  010d8671eb24fefad966fc7a2f37fe65dba0aaba (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 06a01ec1fe11e412fa30b9e608a076a0a22e8655
Merge: 665fbae 74b8d7b
Author: David Smith <dsmith@redhat.com>
Date:   Wed Nov 9 16:11:42 2011 -0600

    Merge branch 'master' into dsmith/task_finder2

commit 665fbae24614d126750b2b6ce65c5a9a56dddf83
Author: David Smith <dsmith@redhat.com>
Date:   Wed Nov 9 16:08:58 2011 -0600

    Fix memory leak in new utrace code.
    
    * runtime/stp_utrace.c: Removed some unused code.
      (utrace_cleanup): Renamed from utrace_free() and added comments.
      (utrace_free): Renamed from utrace_free_task() and now takes a 'struct
      utrace' pointer instead of a 'task_struct' pointer.
      (utrace_report_death): To avoid a memory leak, call utrace_free().

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

Summary of changes:
 csclient.cxx                                       |    6 +-
 elaborate.cxx                                      |   11 ++-
 hash.cxx                                           |    2 +-
 runtime/staprun/privilege.h                        |    4 +-
 runtime/stp_utrace.c                               |   86 +++++++++-----------
 runtime/transport/transport.c                      |    2 +-
 session.cxx                                        |   37 +++++++--
 stap-serverd.cxx                                   |   38 ++++++---
 staptree.cxx                                       |   10 ++-
 tapset-been.cxx                                    |   16 ++--
 tapset-timers.cxx                                  |   40 +++++-----
 tapset-utrace.cxx                                  |   14 ++--
 tapsets.cxx                                        |   20 +++---
 testsuite/systemtap.base/plt.c                     |    3 +-
 testsuite/systemtap.base/plt.exp                   |   12 ++-
 testsuite/systemtap.server/client_args.exp         |    2 +-
 testsuite/systemtap.unprivileged/libfoo.c          |    2 +
 testsuite/systemtap.unprivileged/libloop.c         |    4 +
 .../unprivileged_embedded_C.exp                    |    4 +-
 .../systemtap.unprivileged/unprivileged_myproc.exp |   28 ++++++-
 .../systemtap.unprivileged/unprivileged_probes.exp |   34 ++++++++-
 util.cxx                                           |    4 +
 util.h                                             |    1 +
 23 files changed, 243 insertions(+), 137 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]