From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31948 invoked by alias); 8 Feb 2012 14:56:31 -0000 Received: (qmail 31801 invoked by uid 9156); 8 Feb 2012 14:56:30 -0000 Date: Wed, 08 Feb 2012 14:56:00 -0000 Message-ID: <20120208145630.31752.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-18-g48ae989 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 288d19f21b0b48c2523c4387471676400d818b52 X-Git-Newrev: 48ae989e9a6dc69b3a275d8321ef09e9b7434eac Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q1/txt/msg00069.txt.bz2 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 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