From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8186 invoked by alias); 7 Sep 2009 09:39:46 -0000 Received: (qmail 8160 invoked by uid 9112); 7 Sep 2009 09:39:45 -0000 Date: Mon, 07 Sep 2009 09:39:00 -0000 Message-ID: <20090907093944.8145.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-246-g8785346 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 201e18a8841a2cb341a752ca180014a3b8fe5234 X-Git-Newrev: 8785346c7b4789a23559ab7811cac692513d0fbf 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: 2009-q3/txt/msg00207.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 8785346c7b4789a23559ab7811cac692513d0fbf (commit) from 201e18a8841a2cb341a752ca180014a3b8fe5234 (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 8785346c7b4789a23559ab7811cac692513d0fbf Author: Mark Wielaard Date: Mon Sep 7 11:36:03 2009 +0200 PR10613 sys32_ustat is renamed compat_sys_ustat in 2.6.30 kernel. Note that the new compat_sys_ustat is asmlinkage and has a differently named argument for the user struct. * tapset/syscalls2.stp (syscall.ustat32): Add compat_sys_ustat variant. (syscall.ustat.return): Likewise. * tapset/nd_syscalls2.stp (nd_syscall.ustat32): Likewise. (nd_syscall.ustat.return): Likewise. ----------------------------------------------------------------------- Summary of changes: tapset/nd_syscalls2.stp | 15 ++++++++++++++- tapset/syscalls2.stp | 12 +++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool