public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: jistone@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-324-gaaf1b98
Date: Wed, 24 Nov 2010 01:44:00 -0000	[thread overview]
Message-ID: <20101124014412.10612.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2010-11-24  1:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101124014412.10612.qmail@sourceware.org \
    --to=jistone@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).