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.7-18-g48ae989


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  48ae989e9a6dc69b3a275d8321ef09e9b7434eac (commit)
      from  288d19f21b0b48c2523c4387471676400d818b52 (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 48ae989e9a6dc69b3a275d8321ef09e9b7434eac
Author: David Smith <dsmith@redhat.com>
Date:   Wed Feb 8 08:55:49 2012 -0600

    Fixed PR13670 by getting task_dentry_path() working on 3.3 kernels.
    
    * tapset/dentry.stp (real_mount): New function.
      (task_dentry_path): Uses real_mount() to get the 'struct mount' pointer
      for a 'struct vfsmount' pointer (needed on 3.3 kernels).
    * testsuite/buildok/dentry-embedded.stp: Added real_mount() test.

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

Summary of changes:
 tapset/dentry.stp                     |   61 +++++++++++++++++++++++++++++----
 testsuite/buildok/dentry-embedded.stp |    1 +
 2 files changed, 55 insertions(+), 7 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]