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.9-227-g5e8a3b7


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  5e8a3b7b558273fa06525f642fdf2d678dde85eb (commit)
      from  ceca17997ef0a5310cf887d451651acec73b41da (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 5e8a3b7b558273fa06525f642fdf2d678dde85eb
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Sep 3 16:13:30 2009 -0400

    Allow process begin/end probes for unprivileged users.
    
    2009-09-03  Dave Brolley  <brolley@redhat.com>
    
            * tapsets.cxx (visit_cast_op): Don't disallow unprivileged users.
            Annotate synthesized function with /* unprivileged */.
            * tapset-utrace.cxx (register_tapset_utrace): Call allow_unprivileged
            for process begin and end probes.
            * translate.cxx (translate_pass): Generate '#define STP_PRIVILEGED 1'
            unless --unprivileged was specified.
            * runtime/transport/transport.c: Don't define _stp_unprivileged_user.
            * runtime/task_finder.c (__stp_utrace_attach_match_filename): Check
            that _stp_uid equals the task euid when STP_PRIVILEGED is not defined.
            (stap_start_task_finder): Likewise.
            * runtime/staprun/staprun.c (insert_stap_module): Don't generate
            module option _stp_unprivileged_user.

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

Summary of changes:
 runtime/staprun/staprun.c     |   10 +---------
 runtime/task_finder.c         |   23 +++++++++++++++++++++++
 runtime/transport/transport.c |    4 ----
 tapset-utrace.cxx             |   20 ++++++++++++++------
 tapsets.cxx                   |    5 ++---
 translate.cxx                 |    2 ++
 6 files changed, 42 insertions(+), 22 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]