From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18972 invoked by alias); 28 Nov 2011 21:11:53 -0000 Received: (qmail 18918 invoked by uid 9586); 28 Nov 2011 21:11:50 -0000 Date: Mon, 28 Nov 2011 21:11:00 -0000 Message-ID: <20111128211150.18907.qmail@sourceware.org> 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 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6e5026f423afca092d1562d6c1dc9a363d8d8b53 X-Git-Newrev: bc0251a66ec57c726a13577b01cb61ec728e49f0 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q4/txt/msg00159.txt.bz2 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 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 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