From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10176 invoked by alias); 2 Mar 2012 17:14:47 -0000 Received: (qmail 10147 invoked by uid 678); 2 Mar 2012 17:14:47 -0000 Date: Fri, 02 Mar 2012 17:14:00 -0000 Message-ID: <20120302171447.10135.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-61-g99f8377 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0102305e3573868b852faf5183451676beaedbe6 X-Git-Newrev: 99f837735ae7c4dae0cc296ead455a19c5155422 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/msg00129.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 99f837735ae7c4dae0cc296ead455a19c5155422 (commit) via 004a24c569aa42e759b6e453014fc9dbb562ef3e (commit) from 0102305e3573868b852faf5183451676beaedbe6 (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 99f837735ae7c4dae0cc296ead455a19c5155422 Author: William Cohen Date: Fri Mar 2 12:13:53 2012 -0500 Clean out tracking for blocks that are merged into other blocks The IO system in linux often merges blocks together to reduce the number of IO operations sent to IO devices. If nothing is done the tracking for merged IO operations can fill up the associative arrays, causing the script to fail. This problem was reported in rhbz743591. This commit resolves this problem. commit 004a24c569aa42e759b6e453014fc9dbb562ef3e Author: William Cohen Date: Fri Mar 2 12:13:13 2012 -0500 Revert "Clean out tracking for blocks that are merged into other blocks" This reverts commit 0102305e3573868b852faf5183451676beaedbe6. ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.base/vma_vdso.stp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool