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.2-30-gcf57771


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  cf577715366fb10bea2e95ae229bb7d34016f39b (commit)
       via  39bc6f517734680f1cf4b1a314a63000c5ce8045 (commit)
       via  cf51e75dd3b371ea5ee6d6577f1e80088c8b1613 (commit)
       via  b70cb5c663255b46ece13e6758a5cb3e58d9a95c (commit)
       via  cba1d02def7a84d79dc8b40506b661db0973ccf5 (commit)
      from  7ddf5daac0d632ec2a1868d8c0e69bee086f25ee (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 cf577715366fb10bea2e95ae229bb7d34016f39b
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 1 17:31:32 2010 -0700

    Add set_kernel_* bad-address tests
    
    * testsuite/systemtap.base/set_kernel.stp: try/catch addresses of -1.

commit 39bc6f517734680f1cf4b1a314a63000c5ce8045
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 1 17:16:27 2010 -0700

    Test that all of the set_kernel_* functions work
    
    * testsuite/buildok/set_kernel.stp: Test that all can build.
    * testsuite/systemtap.base/set_kernel.stp: Test that values are all set.

commit cf51e75dd3b371ea5ee6d6577f1e80088c8b1613
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 1 16:30:16 2010 -0700

    PR9958: Test that the guru notation is working
    
    * testsuite/semko/gurufunc.stp: Test rejection without -g.
    * testsuite/semok/gurufunc.stp: Test acceptance with -g.

commit b70cb5c663255b46ece13e6758a5cb3e58d9a95c
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 1 15:18:01 2010 -0700

    Add kernel-writing functions for guru only
    
    * runtime/loc2c-runtime.h (store_deref_string): New.
    * tapset/conversions-guru.stp (set_kernel_*): New guru functions.

commit cba1d02def7a84d79dc8b40506b661db0973ccf5
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 1 15:15:45 2010 -0700

    PR9958: Let embedded-C assert guru mode
    
    * staptree.cxx (varuse_collecting_visitor::visit_embeddedcode): Don't
      allow calling /* guru */ functions unless guru mode is active.

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

Summary of changes:
 runtime/loc2c-runtime.h                 |   11 +++
 staptree.cxx                            |    5 ++
 tapset/conversions-guru.stp             |  117 ++++++++++++++++++++++++++++++
 testsuite/buildok/set_kernel.stp        |   14 ++++
 testsuite/semko/gurufunc.stp            |    4 +
 testsuite/semok/gurufunc.stp            |    4 +
 testsuite/systemtap.base/set_kernel.exp |    5 ++
 testsuite/systemtap.base/set_kernel.stp |  118 +++++++++++++++++++++++++++++++
 8 files changed, 278 insertions(+), 0 deletions(-)
 create mode 100644 tapset/conversions-guru.stp
 create mode 100755 testsuite/buildok/set_kernel.stp
 create mode 100755 testsuite/semko/gurufunc.stp
 create mode 100755 testsuite/semok/gurufunc.stp
 create mode 100644 testsuite/systemtap.base/set_kernel.exp
 create mode 100644 testsuite/systemtap.base/set_kernel.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]