From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13710 invoked by alias); 1 Sep 2011 14:39:40 -0000 Received: (qmail 13683 invoked by uid 9156); 1 Sep 2011 14:39:40 -0000 Date: Thu, 01 Sep 2011 14:39:00 -0000 Message-ID: <20110901143940.13672.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.6-151-g8e794e9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6867800866568281f0aea6d48a650b157bd5174d X-Git-Newrev: 8e794e9dfeea5a48b84442b92dea6c17b9ef75d1 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/msg00221.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 8e794e9dfeea5a48b84442b92dea6c17b9ef75d1 (commit) from 6867800866568281f0aea6d48a650b157bd5174d (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 8e794e9dfeea5a48b84442b92dea6c17b9ef75d1 Author: David Smith Date: Thu Sep 1 09:39:15 2011 -0500 Fixed PR13146 by not allowing memory allocations to sleep. * runtime/alloc.c: Turn off __GFP_WAIT when allocating memory. * runtime/transport/ring_buffer.c (__stp_alloc_ring_buffer): Ditto. * runtime/counter.c (_stp_counter_init): Handles memory allocation failure better. * runtime/task_finder.c (__stp_call_mmap_callbacks_with_addr): Better cleanup if memory allocation fails. ----------------------------------------------------------------------- Summary of changes: runtime/alloc.c | 3 ++- runtime/counter.c | 2 +- runtime/task_finder.c | 3 +++ runtime/transport/ring_buffer.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool