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.3-324-gaaf1b98


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  aaf1b98251767de77173560c44d3a943563fbffa (commit)
       via  5ecb0b0c91a961248a3172321b82b9edf8f5772a (commit)
      from  d079d753c93640aa29b52dc32a6e36e94b8d0b01 (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 aaf1b98251767de77173560c44d3a943563fbffa
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Nov 23 16:13:55 2010 -0800

    PR12138: Convert the user_int functions to kread
    
    This uses our more-centralized mechanism for reading uncertain memory,
    which also has the ability to read 8-byte values on i386 (not atomically).
    
    * tapset/uconversions.stp: New, move the user_* functions here.  The new
      STP_GET_USER[_WARN] standardize all integer accesses through kread.
    * tapset/conversions.stp: This is only for kernel functions now.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Include uconversions.
    * testsuite/buildok/conversions.stp: Build the user_intNN too.
    * testsuite/buildok/conversions-embedded.stp: Ditto.

commit 5ecb0b0c91a961248a3172321b82b9edf8f5772a
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Nov 23 16:12:31 2010 -0800

    if we say sdt_types is untested, then don't test it...

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl  |    1 +
 tapset/conversions.stp                       |  476 ------------------------
 tapset/{conversions.stp => uconversions.stp} |  509 ++++++++------------------
 testsuite/buildok/conversions-embedded.stp   |    9 +
 testsuite/buildok/conversions.stp            |    9 +
 testsuite/systemtap.base/sdt_misc.exp        |    3 +-
 6 files changed, 183 insertions(+), 824 deletions(-)
 copy tapset/{conversions.stp => uconversions.stp} (54%)


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]