This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-343-g268c22b


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 <avorontsov@ru.mvista.com>
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 <wenji.huang@oracle.com>
    Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>

-----------------------------------------------------------------------

Summary of changes:
 runtime/stat-common.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]