From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31250 invoked by alias); 22 Jun 2010 14:02:37 -0000 Received: (qmail 31129 invoked by uid 9112); 22 Jun 2010 14:02:36 -0000 Date: Tue, 22 Jun 2010 14:02:00 -0000 Message-ID: <20100622140236.31105.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-312-g80b3ca0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 90df2cccffc3ebc99fe7c0b9912c916b3da768a8 X-Git-Newrev: 80b3ca081b10d31ee3379589f59253b38de7c852 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: 2010-q2/txt/msg00219.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 80b3ca081b10d31ee3379589f59253b38de7c852 (commit) from 90df2cccffc3ebc99fe7c0b9912c916b3da768a8 (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 80b3ca081b10d31ee3379589f59253b38de7c852 Author: Mark Wielaard Date: Tue Jun 22 15:53:47 2010 +0200 PR11722 Handle signed "addresses" from 32-on-64 user processes. A systemtap long is signed, and so can contain a "negative" address. Make sure to "chop off" the signedness when processing these longs for 32-on-64 bit user tasks. * runtime/compatdefs.h: Always (redifine) TIF_32BIT. * runtime/sym.c (_stp_kallsyms_lookup): Detect long used as 32bit address. * runtime/vma.c (_stp_vma_module_name): Likewise. ----------------------------------------------------------------------- Summary of changes: runtime/compatdefs.h | 10 ++++++---- runtime/sym.c | 6 ++++++ runtime/vma.c | 5 +++++ 3 files changed, 17 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool