From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24014 invoked by alias); 30 Nov 2011 13:09:51 -0000 Received: (qmail 23811 invoked by uid 9112); 30 Nov 2011 13:09:51 -0000 Date: Wed, 30 Nov 2011 13:09:00 -0000 Message-ID: <20111130130951.23783.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-521-g9956de5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f677e0b81a6f8a3ea2060ed794a9336f73ca13f3 X-Git-Newrev: 9956de58c7fddfc8a856bf26f51beb10b320f261 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: 2011-q4/txt/msg00173.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 9956de58c7fddfc8a856bf26f51beb10b320f261 (commit) from f677e0b81a6f8a3ea2060ed794a9336f73ca13f3 (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 9956de58c7fddfc8a856bf26f51beb10b320f261 Author: Mark Wielaard Date: Wed Nov 30 14:02:27 2011 +0100 nd_syscalls.stp: Probe sys_accept4 for kernel 2.6.28+. Since 2.6.28 sys_accept is chained through sys_accept4. Probe sys_accept4 only for newer kernels to not miss some accept syscalls. Don't probe both or we will get double hits. ----------------------------------------------------------------------- Summary of changes: tapset/nd_syscalls.stp | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool