From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22002 invoked by alias); 20 Jul 2012 18:58:16 -0000 Received: (qmail 21954 invoked by uid 9156); 20 Jul 2012 18:58:15 -0000 Date: Fri, 20 Jul 2012 18:58:00 -0000 Message-ID: <20120720185815.21942.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.8-52-gbbd3b1b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4a2970a33fdd9fee72e4bad775d18ae806d2c949 X-Git-Newrev: bbd3b1bb164e51aec7694d26e85f72dafdffbc9c 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-q3/txt/msg00018.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 bbd3b1bb164e51aec7694d26e85f72dafdffbc9c (commit) from 4a2970a33fdd9fee72e4bad775d18ae806d2c949 (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 bbd3b1bb164e51aec7694d26e85f72dafdffbc9c Author: David Smith Date: Fri Jul 20 13:57:48 2012 -0500 Fixed PR13451 by updating dup2/dup3 support in nd_syscalls.stp. * tapset/nd_syscalls.stp: Updated dup2/dup3 probe aliases. * tapset/registers.stp: Removed dummy function and added __asmlinkage_int_arg(), needed by nd_syscall.return functions to grab entry values when asmlinkage() is needed. * testsuite/systemtap.syscall/nd_syscall.exp (syscall_kfails): Removed dup kfail. ----------------------------------------------------------------------- Summary of changes: tapset/nd_syscalls.stp | 108 ++++++++++++++++++++++++++-- tapset/registers.stp | 13 +++- testsuite/systemtap.syscall/nd_syscall.exp | 1 - 3 files changed, 113 insertions(+), 9 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool