From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21373 invoked by alias); 7 Jul 2011 16:39:59 -0000 Received: (qmail 21292 invoked by uid 9156); 7 Jul 2011 16:39:58 -0000 Date: Thu, 07 Jul 2011 16:39:00 -0000 Message-ID: <20110707163958.21276.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.5-81-g809c161 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 73017154bbe6f1d6da5ff23c5c6c03324799c40d X-Git-Newrev: 809c161e32f6b5c1c8c8b47f6fd8625995756d0b 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-q3/txt/msg00009.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 809c161e32f6b5c1c8c8b47f6fd8625995756d0b (commit) from 73017154bbe6f1d6da5ff23c5c6c03324799c40d (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 809c161e32f6b5c1c8c8b47f6fd8625995756d0b Author: David Smith Date: Thu Jul 7 11:39:44 2011 -0500 Fixed BZ709190 to avoid crashes during NFS tracing. * runtime/addr-map.c: Changed 'addr_map_lock' from a spinlock to a rwlock to allow more simultaneous readers. ----------------------------------------------------------------------- Summary of changes: runtime/addr-map.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool