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.1-79-ged8abf2


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  ed8abf2763d68a4404477e6b09fee0fe4d591970 (commit)
       via  27dc09b13650456b7b3efd45c07690083e526b6d (commit)
      from  c8408b459b88a5aa5f4325e690aef95b5da7c2eb (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 ed8abf2763d68a4404477e6b09fee0fe4d591970
Merge: 27dc09b13650456b7b3efd45c07690083e526b6d c8408b459b88a5aa5f4325e690aef95b5da7c2eb
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Feb 15 13:59:24 2010 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

commit 27dc09b13650456b7b3efd45c07690083e526b6d
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Feb 15 13:56:20 2010 -0500

    Rework identification of probes allowed for unprivileged users.
    
    - Bind unprivileged permission at probe registration time.
    - Remove check_unprivileged filter from derived_probe_builder
      and its children.
    - Add test suites for unprivilegedok and unprivilegedko.

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

Summary of changes:
 elaborate.cxx                                      |   37 +++----
 elaborate.h                                        |    8 +-
 tapset-been.cxx                                    |   17 ++--
 tapset-mark.cxx                                    |    4 +-
 tapset-timers.cxx                                  |   35 ++++--
 tapset-utrace.cxx                                  |   10 +-
 tapsets.cxx                                        |  127 ++++++++++++++------
 testsuite/semko/fortyeight.stp                     |    4 -
 testsuite/systemtap.unprivileged/foo.c             |    7 +
 .../unprivilegedko.exp}                            |    4 +-
 .../systemtap.unprivileged/unprivilegedko/five.stp |    4 +
 .../systemtap.unprivileged/unprivilegedko/four.stp |    4 +
 .../systemtap.unprivileged/unprivilegedko/one.stp  |    4 +
 .../unprivilegedko/three.stp                       |    4 +
 .../systemtap.unprivileged/unprivilegedko/two.stp  |    4 +
 .../systemtap.unprivileged/unprivilegedok.exp      |   15 +++
 .../systemtap.unprivileged/unprivilegedok/one.stp  |    4 +
 17 files changed, 194 insertions(+), 98 deletions(-)
 delete mode 100755 testsuite/semko/fortyeight.stp
 create mode 100644 testsuite/systemtap.unprivileged/foo.c
 copy testsuite/{systemtap.pass1-4/transko.exp => systemtap.unprivileged/unprivilegedko.exp} (68%)
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedko/five.stp
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedko/four.stp
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedko/one.stp
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedko/three.stp
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedko/two.stp
 create mode 100644 testsuite/systemtap.unprivileged/unprivilegedok.exp
 create mode 100755 testsuite/systemtap.unprivileged/unprivilegedok/one.stp


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]