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.4-235-gc6d523a


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  c6d523a77070757a0a62dc02cf92fa0fc3ca01dd (commit)
      from  24ecb3f323fd5867c154b01570a4c86d761ee480 (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 c6d523a77070757a0a62dc02cf92fa0fc3ca01dd
Author: David Smith <dsmith@redhat.com>
Date:   Mon Apr 11 13:45:59 2011 -0500

    Fixed runtime/procfs.c for 2.6.39-0.rc2.
    
    * runtime/procfs.c (_stp_mkdir_proc_module): Calls kern_path_parent()
      instead of path_lookup().  For older kernels kern_path_parent() is
      defined as path_lookup().
    * buildrun.cxx (compile_pass): Added autoconf-kern-path-parent.c test.
    * runtime/autoconf-kern-path-parent.c: New test.

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

Summary of changes:
 buildrun.cxx                        |    2 ++
 runtime/autoconf-kern-path-parent.c |    7 +++++++
 runtime/procfs.c                    |   28 +++++++++++++++++-----------
 3 files changed, 26 insertions(+), 11 deletions(-)
 create mode 100644 runtime/autoconf-kern-path-parent.c


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]