From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25569 invoked by alias); 5 Dec 2008 16:36:25 -0000 Received: (qmail 25542 invoked by uid 426); 5 Dec 2008 16:36:25 -0000 Date: Fri, 05 Dec 2008 16:36:00 -0000 Message-ID: <20081205163624.25529.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-588-ga87d1bf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b58523345ea01d313672f6896b02b447b6d1d82a X-Git-Newrev: a87d1bf186b8060231a374334e399737f6d860a4 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: 2008-q4/txt/msg00299.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 a87d1bf186b8060231a374334e399737f6d860a4 (commit) via 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 (commit) from b58523345ea01d313672f6896b02b447b6d1d82a (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 a87d1bf186b8060231a374334e399737f6d860a4 Merge: 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 b58523345ea01d313672f6896b02b447b6d1d82a Author: Frank Ch. Eigler Date: Fri Dec 5 11:36:12 2008 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap * 'master' of ssh://sources.redhat.com/git/systemtap: PR7051: Remove broken printf %n directive support commit 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 Author: Frank Ch. Eigler Date: Fri Dec 5 11:33:58 2008 -0500 turn on elfutils-level debuginfo<->stripped-binary checksum matching This is necessary to detect mismatching debuginfo for user-space programs without build-id. We don't have run-time version assertions for user-space binaries. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ stap.1.in | 2 +- tapsets.cxx | 4 ++-- translate.cxx | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool