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.4-366-gaec20a6


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  aec20a6bdf0a5d57ee31890d2e1c72f1c8eff154 (commit)
       via  55a76f2456ca3aeeafc906c9c8b9f6bf3ab6e4ba (commit)
       via  216c896cbbbb63cf6b8c8578a68811901da4caa1 (commit)
      from  4395173480f88e556775b3761f107244be7adab4 (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 aec20a6bdf0a5d57ee31890d2e1c72f1c8eff154
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue May 17 06:53:34 2011 -0400

    PR12211: rework testsuite with failed-subtask tolerance
    
    After PR12211, a "stap -c CMD" run where the CMD fails (rc != 0)
    now results in an overall stap failure.  This is undesirable with
    some of the example scripts that use failed CMDs.
    
    * systemtap.examples/general/para-callgraph-verbose.meta (test_installcheck):
      Add a "|| true" to the sh -c command string to ensure CMD is deemed to
      succeed.
    * systemtap.examples/general/para-callgraph.meta: Ditto.
    * systemtap.examples/process/noptrace.meta: Ditto.

commit 55a76f2456ca3aeeafc906c9c8b9f6bf3ab6e4ba
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue May 17 06:50:45 2011 -0400

    example: make badname demo work with euid=0
    
    The stap testsuite may be run under euid=0, so make sure the
    test triggers the name filtering.
    
    * sysadmin.examples/general/badname.stp: Drop euid()==0 filtering.
      Use a more specific file name substring, to prevent accidental
      interference with host system during testsuite.
    * sysadmin.examples/general/badname.meta: Adjust accordingly.

commit 216c896cbbbb63cf6b8c8578a68811901da4caa1
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Tue May 17 06:37:20 2011 -0400

    STP_USE_RING_BUFFER: #include <asm/local.h>
    
    At some point, this became necessary on modern kernels to
    build the transport/ring_buffer.c code.  Tested on 2.6.34 f13.
    
    * runtime/transport/ring_buffer.c: #include <asm/local.h>

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

Summary of changes:
 runtime/transport/ring_buffer.c                    |    1 +
 testsuite/systemtap.examples/general/badname.meta  |    2 +-
 testsuite/systemtap.examples/general/badname.stp   |    2 +-
 .../general/para-callgraph-verbose.meta            |    2 +-
 .../systemtap.examples/general/para-callgraph.meta |    2 +-
 testsuite/systemtap.examples/process/noptrace.meta |    2 +-
 6 files changed, 6 insertions(+), 5 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]