From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14318 invoked by alias); 9 Dec 2009 22:45:56 -0000 Received: (qmail 14290 invoked by uid 9112); 9 Dec 2009 22:45:53 -0000 Date: Wed, 09 Dec 2009 22:45:00 -0000 Message-ID: <20091209224553.14275.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-343-g268c22b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 965b658f73ff2a6d11198edc1b84a06a900c1fd7 X-Git-Newrev: 268c22b1917243cf1c02f8e1ca39ee83c7297ccc 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: 2009-q4/txt/msg00204.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 268c22b1917243cf1c02f8e1ca39ee83c7297ccc (commit) from 965b658f73ff2a6d11198edc1b84a06a900c1fd7 (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 268c22b1917243cf1c02f8e1ca39ee83c7297ccc Author: Anton Vorontsov Date: Fri Dec 4 07:37:56 2009 +0300 Fix regression in statistic operations In commit 98c783852039061db8c1611742660aaded0eab77 ("Use proper types for do_div") I imprudently changed some variables to an unsigned type while in some places the code actually relies on a sign. So, let's be a bit smarter now and use temporary variables. Reported-by: Wenji Huang Signed-off-by: Anton Vorontsov ----------------------------------------------------------------------- Summary of changes: runtime/stat-common.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool