From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3005 invoked by alias); 18 Nov 2009 17:00:22 -0000 Received: (qmail 2966 invoked by uid 9156); 18 Nov 2009 17:00:18 -0000 Date: Wed, 18 Nov 2009 17:00:00 -0000 Message-ID: <20091118170012.2922.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.0-246-gf210735 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f3c4da447c5b8746e2f756f2ed1dd16c7834bdb2 X-Git-Newrev: f2107354d0a07d8f1d3bb3e97920ba557ebe7855 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: 2009-q4/txt/msg00135.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 f2107354d0a07d8f1d3bb3e97920ba557ebe7855 (commit) from f3c4da447c5b8746e2f756f2ed1dd16c7834bdb2 (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 f2107354d0a07d8f1d3bb3e97920ba557ebe7855 Author: David Smith Date: Wed Nov 18 10:59:37 2009 -0600 PR 5150. Fixed nfs tapset by making probes optional. * tapset/nfs_proc.stp: Made 'nfs.proc.read', 'nfs.proc.write', and 'nfs.proc.commit' optional for newer kernels without those functions. * testsuite/systemtap.pass1-4/buildok.exp: Expect nfs-all-probes.stp to pass. ----------------------------------------------------------------------- Summary of changes: tapset/nfs_proc.stp | 52 ++++++++++++++++++------------- testsuite/systemtap.pass1-4/buildok.exp | 1 - 2 files changed, 30 insertions(+), 23 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool