From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29886 invoked by alias); 24 May 2012 16:05:28 -0000 Received: (qmail 29833 invoked by uid 9156); 24 May 2012 16:05:28 -0000 Date: Thu, 24 May 2012 16:05:00 -0000 Message-ID: <20120524160527.29820.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.7-258-gb51d36f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 09a4c96ab00451ae7023f5ed082a9f191509de44 X-Git-Newrev: b51d36f3c19166511facf77b8a54ddf3cad680f7 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-q2/txt/msg00104.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 b51d36f3c19166511facf77b8a54ddf3cad680f7 (commit) from 09a4c96ab00451ae7023f5ed082a9f191509de44 (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 b51d36f3c19166511facf77b8a54ddf3cad680f7 Author: David Smith Date: Thu May 24 11:05:09 2012 -0500 Ignore ESRCH errors returned from task_work_add(). * runtime/stp_utrace.c (utrace_do_stop): Ignore ESRCH errors returned from task_work_add(). (utrace_stop): Ditto. (utrace_control): Ditto. * runtime/task_finder2.c (__stp_utrace_task_finder_target_quiesce): Ditto. (__stp_utrace_task_finder_target_syscall_exit): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/stp_utrace.c | 34 ++++++++++++++++++++++++---------- runtime/task_finder2.c | 16 ++++++++++------ 2 files changed, 34 insertions(+), 16 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool