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.6-505-gbc0251a


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]