From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8988 invoked by alias); 18 Mar 2009 11:30:49 -0000 Received: (qmail 8965 invoked by uid 9112); 18 Mar 2009 11:30:48 -0000 Date: Wed, 18 Mar 2009 11:30:00 -0000 Message-ID: <20090318113048.8953.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr6866, updated. release-0.9-175-gcb1468b X-Git-Refname: refs/heads/pr6866 X-Git-Reftype: branch X-Git-Oldrev: 7d6fe193398090a3fb1847fc1a286772db114893 X-Git-Newrev: cb1468beb7b34ad988280fea9fb7c4558b47341a 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-q1/txt/msg00286.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, pr6866 has been updated via cb1468beb7b34ad988280fea9fb7c4558b47341a (commit) from 7d6fe193398090a3fb1847fc1a286772db114893 (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 cb1468beb7b34ad988280fea9fb7c4558b47341a Author: Mark Wielaard Date: Wed Mar 18 12:27:13 2009 +0100 Replace mutex in task_finder_vma with rwlock to be interrupt context safe. * runtime/task_finder_vma.c: Replace all mutex calls with appropriate read or write (un)lock calls. ----------------------------------------------------------------------- Summary of changes: runtime/task_finder_vma.c | 82 ++++++++++++++++++++++++++++----------------- 1 files changed, 51 insertions(+), 31 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool