From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6710 invoked by alias); 1 Mar 2010 21:17:41 -0000 Received: (qmail 6674 invoked by uid 9156); 1 Mar 2010 21:17:39 -0000 Date: Mon, 01 Mar 2010 21:17:00 -0000 Message-ID: <20100301211739.6663.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.1-130-gbfbbb76 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6861e05642c23c569ef34d49bfa3fe83e2badc11 X-Git-Newrev: bfbbb76e5d0294cc1d44f42ab6c2d91149067b6c 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-q1/txt/msg00169.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 bfbbb76e5d0294cc1d44f42ab6c2d91149067b6c (commit) from 6861e05642c23c569ef34d49bfa3fe83e2badc11 (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 bfbbb76e5d0294cc1d44f42ab6c2d91149067b6c Author: David Smith Date: Mon Mar 1 15:17:09 2010 -0600 Fixed PR 11336 by using a wait queue to wait on procfs file availability. * runtime/procfs-probes.c: Removed old kernel 2.6.16 code. Simplified _spp_lock macros. (_stp_proc_open_file): If file is busy, use a wait queue to wait on it being available. (_stp_proc_release_file): Decrease open count. * tapset-procfs.cxx (emit_module_init): Updated procfs probe initialization/shutdown routine names. (emit_module_exit): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/procfs-probes.c | 123 ++++++++++++++++++++--------------------------- tapset-procfs.cxx | 6 +- 2 files changed, 56 insertions(+), 73 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool