From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21819 invoked by alias); 16 Dec 2011 17:41:35 -0000 Received: (qmail 21789 invoked by uid 9156); 16 Dec 2011 17:41:34 -0000 Date: Fri, 16 Dec 2011 17:41:00 -0000 Message-ID: <20111216174134.21779.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.6-607-gdf15ab5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7cd15fba3857a852e1a2270d843b5b30cc17f83e X-Git-Newrev: df15ab5fc225b56324d990e455f8f54a8d19fdd9 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/msg00231.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 df15ab5fc225b56324d990e455f8f54a8d19fdd9 (commit) from 7cd15fba3857a852e1a2270d843b5b30cc17f83e (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 df15ab5fc225b56324d990e455f8f54a8d19fdd9 Author: David Smith Date: Fri Dec 16 11:41:02 2011 -0600 Fix PR13501 (partial) by making 'stap -L __scheduler.process_exit.kp' work. * tapset/scheduler.stp (__scheduler.process_exit.kp): Added value for '__tsk' so that 'stap -L' doesn't complain about an unknown type. ----------------------------------------------------------------------- Summary of changes: tapset/scheduler.stp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool