From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21476 invoked by alias); 21 Oct 2010 02:48:10 -0000 Received: (qmail 21441 invoked by uid 9586); 21 Oct 2010 02:48:09 -0000 Date: Thu, 21 Oct 2010 02:48:00 -0000 Message-ID: <20101021024808.21405.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-224-g1c51351 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 662539d9a5eacd7dffd066caa9c25ec2e0ab6047 X-Git-Newrev: 1c5135196602f03ef38878eccbf00fe8ca280891 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: 2010-q4/txt/msg00034.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 1c5135196602f03ef38878eccbf00fe8ca280891 (commit) via e590ee1b8d05ec80f76c6f4a9dc5a8bc3e309162 (commit) via b86b8bdd5aaee34aacef2d7897a486fb3ff84c1b (commit) via 6976f10728ca9d46ef98e5af1a471981e63e0e2b (commit) via fecbb68d3e1ef1c17a038241fbdf8905174d289f (commit) via 5644789e084027bc05b0f8a683ac6f69c2c10e0a (commit) from 662539d9a5eacd7dffd066caa9c25ec2e0ab6047 (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 1c5135196602f03ef38878eccbf00fe8ca280891 Author: Josh Stone Date: Wed Oct 20 19:47:25 2010 -0700 AUTHORS bump commit e590ee1b8d05ec80f76c6f4a9dc5a8bc3e309162 Author: Josh Stone Date: Wed Oct 20 19:45:40 2010 -0700 Build test for task_dentry_path commit b86b8bdd5aaee34aacef2d7897a486fb3ff84c1b Author: Josh Stone Date: Wed Oct 20 19:37:30 2010 -0700 A few further pfiles tweaks - Handle device numbers that are (0,0). - Add kreads on a few __retvalue assignments. - Add kreads for getting sock->ops. - Remove kreads from socket functions that are using the stack. commit 6976f10728ca9d46ef98e5af1a471981e63e0e2b Author: Erick Tryzelaar Date: Wed Oct 20 10:46:26 2010 -0700 __dentry_prepend should not always add trailing '/' commit fecbb68d3e1ef1c17a038241fbdf8905174d289f Author: Erick Tryzelaar Date: Wed Oct 20 10:46:25 2010 -0700 Factor out d_path printing for any dentry. commit 5644789e084027bc05b0f8a683ac6f69c2c10e0a Author: Erick Tryzelaar Date: Tue Oct 19 17:09:07 2010 -0700 Rewrite pfiles to check return values ----------------------------------------------------------------------- Summary of changes: AUTHORS | 2 + tapset/dentry.stp | 44 +++- testsuite/buildok/dentry-embedded.stp | 1 + testsuite/systemtap.examples/process/pfiles.stp | 286 ++++++++++++++--------- 4 files changed, 207 insertions(+), 126 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool