From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22023 invoked by alias); 10 Aug 2012 13:41:17 -0000 Received: (qmail 21973 invoked by uid 9156); 10 Aug 2012 13:41:15 -0000 Date: Fri, 10 Aug 2012 13:41:00 -0000 Message-ID: <20120810134114.21961.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-167-g99f1c27 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b8a791f2809af840da85d7a9ff9b90f5addbfb3a X-Git-Newrev: 99f1c2744ee320c1005b58f9266482d2561b6b67 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: 2012-q3/txt/msg00102.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 99f1c2744ee320c1005b58f9266482d2561b6b67 (commit) from b8a791f2809af840da85d7a9ff9b90f5addbfb3a (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 99f1c2744ee320c1005b58f9266482d2561b6b67 Author: David Smith Date: Fri Aug 10 08:39:51 2012 -0500 Improve task_finder/task_finder2 error handling. * runtime/linux/task_finder.c (stap_start_task_finder): When we ignore EPERM or ENOENT errors, be sure to not accidently return the ignored error. * runtime/linux/task_finder2.c (stap_start_task_finder): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/linux/task_finder.c | 2 ++ runtime/linux/task_finder2.c | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool