From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16250 invoked by alias); 1 Jul 2008 20:17:00 -0000 Received: (qmail 16216 invoked by uid 9156); 1 Jul 2008 20:16:59 -0000 Date: Tue, 01 Jul 2008 20:17:00 -0000 Message-ID: <20080701201658.16205.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-454-gb77e6d1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c0e526f077ee8cf6b1d62e02822b722d946d2648 X-Git-Newrev: b77e6d1fc44f553e8d3ee7ec3b7e6076ad86fed6 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: X-SW-Source: 2008-q3/txt/msg00002.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 b77e6d1fc44f553e8d3ee7ec3b7e6076ad86fed6 (commit) from c0e526f077ee8cf6b1d62e02822b722d946d2648 (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 b77e6d1fc44f553e8d3ee7ec3b7e6076ad86fed6 Author: David Smith Date: Tue Jul 1 15:16:52 2008 -0500 Fixed __stp_get_mm_path() error return code. 2008-07-01 David Smith * task_finder.c (__stp_get_mm_path): Corrected error return code. (__stp_utrace_attach_match_tsk): Ignores ENOENT error from __stp_get_mm_path(). (stap_start_task_finder): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 7 +++++++ runtime/task_finder.c | 18 ++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool