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.6-505-gbc0251a
Date: Mon, 28 Nov 2011 21:11:00 -0000	[thread overview]
Message-ID: <20111128211150.18907.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  bc0251a66ec57c726a13577b01cb61ec728e49f0 (commit)
       via  f4d71a520d5e11b99430f4ec4079af1dcdd4de35 (commit)
      from  6e5026f423afca092d1562d6c1dc9a363d8d8b53 (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 bc0251a66ec57c726a13577b01cb61ec728e49f0
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Nov 28 13:06:15 2011 -0800

    PR13440: Use real userspace addresses in @cast tests
    
    Some architectures make a harder distinction between user/kernel
    addresses, so we shouldn't be faking our user memory.
    
    * testsuite/systemtap.base/cast.*: Remove userspace @cast.
    * testsuite/systemtap.base/cast-user.*: Add a new test for userspace
      @casts with an honest userspace address.

commit f4d71a520d5e11b99430f4ec4079af1dcdd4de35
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Nov 28 13:02:16 2011 -0800

    PR13354: Add a type cast to satisfy old compilers
    
    RHEL4-era gcc tried to make "fake_remote?-1:i" unsigned (as 'i' is), and
    then complained about making -1 unsigned.  Since remote::create just
    wants an int anyway, cast "i" in the ternary.

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

Summary of changes:
 main.cxx                               |    3 +-
 testsuite/systemtap.base/cast-user.c   |   11 +++++++++
 testsuite/systemtap.base/cast-user.exp |   21 ++++++++++++++++++
 testsuite/systemtap.base/cast-user.stp |   36 ++++++++++++++++++++++++++++++++
 testsuite/systemtap.base/cast.exp      |    3 +-
 testsuite/systemtap.base/cast.stp      |   18 ----------------
 6 files changed, 71 insertions(+), 21 deletions(-)
 create mode 100644 testsuite/systemtap.base/cast-user.c
 create mode 100644 testsuite/systemtap.base/cast-user.exp
 create mode 100644 testsuite/systemtap.base/cast-user.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


                 reply	other threads:[~2011-11-28 21:11 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=20111128211150.18907.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).