From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13529 invoked by alias); 2 Feb 2012 16:37:15 -0000 Received: (qmail 13355 invoked by uid 9156); 2 Feb 2012 16:37:13 -0000 Date: Thu, 02 Feb 2012 16:37:00 -0000 Message-ID: <20120202163713.13339.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.7-3-g863b403 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ce7147b7fc1ebc26aa9ab4a3cfc7f5c1b9af533e X-Git-Newrev: 863b4037c74126350c65fbe3e49065f0511a9fd4 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: 2012-q1/txt/msg00058.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 863b4037c74126350c65fbe3e49065f0511a9fd4 (commit) from ce7147b7fc1ebc26aa9ab4a3cfc7f5c1b9af533e (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 863b4037c74126350c65fbe3e49065f0511a9fd4 Author: David Smith Date: Thu Feb 2 10:36:44 2012 -0600 Fix PR13641 by not calling a sleeping function from an invalid context. * testsuite/systemtap.examples/process/pfiles.stp: To avoid the possibility of sleeping while holding a lock, change GFP_KERNEL allocation to GFP_ATOMIC allocation. Also convert i_mode2str() from an embedded-C function. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/process/pfiles.stp | 32 +++++++++++++---------- 1 files changed, 18 insertions(+), 14 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool