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-210-gf98b791


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  f98b79158876247b64e49158be6b8c60d8448142 (commit)
      from  333040ca45dc9a7d7c05fe22a4ae4a9dbe067f54 (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 f98b79158876247b64e49158be6b8c60d8448142
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Sep 14 14:45:21 2011 -0400

    PR 11441 - continue with unprivileged test suite
    
    New test suite, unprivileged_myproc tests that process probes only
    fire within the user's own process for unprivileged users.
    
    Rename unprivileged_all.exp to unprivileged_probes.exp.

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

Summary of changes:
 testsuite/systemtap.unprivileged/delayedkill       |    5 +
 testsuite/systemtap.unprivileged/libloop.c         |   17 ++
 testsuite/systemtap.unprivileged/loop.c            |   46 +++
 ...ivileged_probes.exp => unprivileged_myproc.exp} |  287 +++++++-------------
 .../systemtap.unprivileged/unprivileged_probes.exp |    2 +-
 5 files changed, 174 insertions(+), 183 deletions(-)
 create mode 100755 testsuite/systemtap.unprivileged/delayedkill
 create mode 100644 testsuite/systemtap.unprivileged/libloop.c
 create mode 100644 testsuite/systemtap.unprivileged/loop.c
 copy testsuite/systemtap.unprivileged/{unprivileged_probes.exp => unprivileged_myproc.exp} (56%)


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]