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-353-g5ffdc7b


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  5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03 (commit)
      from  8dc2d77cf9aaf937afe009fdb4d823d789d23c15 (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 5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Oct 25 12:22:20 2011 -0400

    PR 13128: Rework of commit f2013cc91ea1dba576661d6b746ee28658c8bc51
    
    Based on peer feedback:
    - Compare privilege credentials as sets, not levels.
    - Send privilege credentials as a ctl message at startup.
    - Send startup ctl messages (tzinfo, relocations, privilege_credentials)
      on the same control channel. Ensure channel is closed properly on error.

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

Summary of changes:
 elaborate.cxx                      |    4 +-
 runtime/addr-map.c                 |    6 ++--
 runtime/print.c                    |    6 ++--
 runtime/runtime.h                  |   25 ++++++++++-------
 runtime/staprun/staprun.c          |   53 +++++++++++++++++++-----------------
 runtime/task_finder.c              |    4 +-
 runtime/transport/control.c        |   14 +++++++++
 runtime/transport/transport.c      |   21 +++++---------
 runtime/transport/transport.h      |    1 -
 runtime/transport/transport_msgs.h |    9 ++++++
 translate.cxx                      |   17 ++++++++++-
 11 files changed, 98 insertions(+), 62 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]