From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15182 invoked by alias); 20 Jul 2012 19:47:20 -0000 Received: (qmail 15135 invoked by uid 9156); 20 Jul 2012 19:47:20 -0000 Date: Fri, 20 Jul 2012 19:47:00 -0000 Message-ID: <20120720194719.15124.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-55-gf6f8f0e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8a3e8e53e8ad6c5c6acfe9e268fb06e4c6a6f5b7 X-Git-Newrev: f6f8f0ec7363e99c5266d5e8ef1820acb1d35c6d 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/msg00021.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 f6f8f0ec7363e99c5266d5e8ef1820acb1d35c6d (commit) from 8a3e8e53e8ad6c5c6acfe9e268fb06e4c6a6f5b7 (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 f6f8f0ec7363e99c5266d5e8ef1820acb1d35c6d Author: David Smith Date: Fri Jul 20 14:46:42 2012 -0500 Fixed PR13451 by updating eventfd support in nd_syscalls.stp. * tapset/nd_syscalls.stp: Updated nd_syscall.eventfd probe aliase to handle sys_eventfd2(). * testsuite/systemtap.syscall/nd_syscall.exp (syscall_kfails): Removed eventfd kfail. ----------------------------------------------------------------------- Summary of changes: tapset/nd_syscalls.stp | 35 ++++++++++++++++++++++++--- testsuite/systemtap.syscall/nd_syscall.exp | 1 - 2 files changed, 31 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool