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-0.8-315-ga903021


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  a903021435a22c55a28e470e342b5fce4de98738 (commit)
      from  22f971e83eddada009053d964a397550807b9b50 (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 a903021435a22c55a28e470e342b5fce4de98738
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Feb 9 09:28:36 2009 -0800

    process.create: fix the new_pid read order
    
    	* process.stp (process.create): Read the task pid *after*
    	the task pointer is checked for errors.
    
    This is to fix a problem reported on the mailing list:
    http://sources.redhat.com/ml/systemtap/2009-q1/msg00403.html
    
    CC: Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch>

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

Summary of changes:
 tapset/ChangeLog   |    5 +++++
 tapset/process.stp |    2 +-
 2 files changed, 6 insertions(+), 1 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]