From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31191 invoked by alias); 5 Dec 2011 22:18:05 -0000 Received: (qmail 31162 invoked by uid 448); 5 Dec 2011 22:18:04 -0000 Date: Mon, 05 Dec 2011 22:18:00 -0000 Message-ID: <20111205221804.31151.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-548-gd029759 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 633e5ca705294f484c8f2b543065614afac09901 X-Git-Newrev: d0297590463f27754b72c3b5fe44004f9d37ccb6 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: 2011-q4/txt/msg00190.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 d0297590463f27754b72c3b5fe44004f9d37ccb6 (commit) from 633e5ca705294f484c8f2b543065614afac09901 (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 d0297590463f27754b72c3b5fe44004f9d37ccb6 Author: Dave Brolley Date: Mon Dec 5 17:15:31 2011 -0500 PR 13323: Fix regression checking return code of init_ctl_channel. - init_ctl_channel can return 0 or 1 on success - remove_module must be called if it returns < 0 ----------------------------------------------------------------------- Summary of changes: runtime/staprun/staprun.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool