public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-505-gbc0251a
@ 2011-11-28 21:11 jistone
0 siblings, 0 replies; only message in thread
From: jistone @ 2011-11-28 21:11 UTC (permalink / raw)
To: systemtap-cvs
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-28 21:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28 21:11 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-505-gbc0251a jistone
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).