From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10052 invoked by alias); 5 Jan 2010 21:27:55 -0000 Received: (qmail 10029 invoked by uid 9156); 5 Jan 2010 21:27:54 -0000 Date: Tue, 05 Jan 2010 21:27:00 -0000 Message-ID: <20100105212753.10012.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.0-465-gde0c57f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 11059140a279e954e175d9c2e34ab4ea4670130d X-Git-Newrev: de0c57f3a607f31b4860bc7392d3ce5b9a693a7a 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/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 de0c57f3a607f31b4860bc7392d3ce5b9a693a7a (commit) from 11059140a279e954e175d9c2e34ab4ea4670130d (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 de0c57f3a607f31b4860bc7392d3ce5b9a693a7a Author: David Smith Date: Tue Jan 5 15:22:21 2010 -0600 Partial PR 10848 fix. Added '-DMAXMEMORY=NUM' processing. * runtime/alloc.c (_stp_mem_debug_validate): New debug function. (_stp_kmalloc): Added MAXMEMORY code to check size of memory used by module. (_stp_kzalloc): Ditto. (_stp_vmalloc): Ditto. (_stp_alloc_percpu): Ditto. (_stp_kmalloc_node): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/alloc.c | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 124 insertions(+), 8 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool