[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-127-g5130519

mark@sourceware.org mark@sourceware.org
Wed Jul 8 07:42:00 GMT 2009


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  51305196f1d078849da1718bb6ccfbed5af182ed (commit)
      from  6b5e36b0fe03b9be11194916c066664d98153a14 (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 51305196f1d078849da1718bb6ccfbed5af182ed
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jul 8 09:38:33 2009 +0200

    More gcc 4.5 'jump skips variable initialization' fixlets.
    
    * tapset/ioblock.stp (__bio_start_sect): Declare, then initialize variables
      that could (through kread) take an early jump.
    * tapset/nfs_proc.stp (get_prot_from_client): Likewise.
    * tapset/scsi.stp (scsi_timer_pending): Likewise.
    * tapset/task.stp (task_cpu): Likewise.
      (task_open_file_handles): Likewise.

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

Summary of changes:
 tapset/ioblock.stp  |    9 ++++++---
 tapset/nfs_proc.stp |   16 +++++++++++-----
 tapset/scsi.stp     |    6 ++++--
 tapset/task.stp     |   30 ++++++++++++++++++++----------
 4 files changed, 41 insertions(+), 20 deletions(-)


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



More information about the Systemtap-cvs mailing list