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-94-g68d47ee


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  68d47ee749911aa9babdfe37efd85db115e316be (commit)
       via  f249edcd5f135278e15ccafb497be520c325a5e4 (commit)
      from  dceb9cebada8326f7eb5097475303c28e81b105b (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 68d47ee749911aa9babdfe37efd85db115e316be
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Aug 5 17:56:44 2009 -0700

    Remove as_root calls from the printf testsuite
    
    Once upon a time, we would use sudo staprun, and so output files from
    "-o" were owned by root.  For a while now we've used a setuid staprun
    instead, and the output files are created by stapio as the user.  Thus,
    we don't need as_root to remove those files anymore.
    
    * testsuite/systemtap.printf/end1b.exp: Clean up without as_root.
    * testsuite/systemtap.printf/mixed_outb.exp: Ditto.
    * testsuite/systemtap.printf/out1b.exp: Ditto.
    * testsuite/systemtap.printf/out2b.exp: Ditto.
    * testsuite/systemtap.printf/out3b.exp: Ditto.

commit f249edcd5f135278e15ccafb497be520c325a5e4
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Aug 5 16:55:24 2009 -0700

    Don't spawn uprobes tests with sudo
    
    Using spawn with sudo doesn't work well, because the password prompt
    won't go to the correct TTY.  The only reason that the uprobes tests
    needed to do this is so uprobes.ko could be built as root.  Now instead,
    I've added a pre-check that will directly call the uprobes make with
    sudo (via the as_root proc).
    
    * testsuite/lib/systemtap.exp (uprobes_p): Check and build uprobes.ko.
    * testsuite/systemtap.base/uprobes.exp: Use uprobes_p; don't spawn sudo.
    * testsuite/systemtap.base/bz6850.exp: Ditto.
    * testsuite/systemtap.base/bz10078.exp: Ditto.
    * testsuite/systemtap.base/bz6905.exp: sudo isn't needed for -p2.

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

Summary of changes:
 testsuite/lib/systemtap.exp               |   23 +++++++++++++++++++++++
 testsuite/systemtap.base/bz10078.exp      |    6 ++----
 testsuite/systemtap.base/bz6850.exp       |    6 ++----
 testsuite/systemtap.base/bz6905.exp       |    3 +--
 testsuite/systemtap.base/uprobes.exp      |    6 ++----
 testsuite/systemtap.printf/end1b.exp      |    8 ++++----
 testsuite/systemtap.printf/mixed_outb.exp |    8 ++++----
 testsuite/systemtap.printf/out1b.exp      |    8 ++++----
 testsuite/systemtap.printf/out2b.exp      |    8 ++++----
 testsuite/systemtap.printf/out3b.exp      |    8 ++++----
 10 files changed, 50 insertions(+), 34 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]