From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20716 invoked by alias); 21 Feb 2012 19:23:05 -0000 Received: (qmail 20686 invoked by uid 9156); 21 Feb 2012 19:23:05 -0000 Date: Tue, 21 Feb 2012 19:23:00 -0000 Message-ID: <20120221192305.20675.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-34-g7447cb5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 57d58463fa86cd9f981c3fc77216a2f05a3b2270 X-Git-Newrev: 7447cb57b8b41913ce7ff2ed91c38eb08b516011 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/msg00104.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 7447cb57b8b41913ce7ff2ed91c38eb08b516011 (commit) from 57d58463fa86cd9f981c3fc77216a2f05a3b2270 (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 7447cb57b8b41913ce7ff2ed91c38eb08b516011 Author: David Smith Date: Tue Feb 21 13:22:45 2012 -0600 Fix PR13646 (partial) by adding IPv6 support to 'tcp.receive'. * tapset/tcp.stp: Added IPv6 support to tcp.receive by splitting it into tcp.ipv4.receive and tcp.ipv6.receive (and making tcp.receive link to both). Added a 'family' variable. * testsuite/buildok/tcp-detailed.stp: Added compile testcase for tcp.ipv4.receive and tcp.ipv6.receive. * testsuite/systemtap.base/ipaddr.exp: Improved script output regexp. * testsuite/systemtap.base/ipaddr2.stp: Works for IPv4 and IPv6. ----------------------------------------------------------------------- Summary of changes: tapset/tcp.stp | 43 ++++++++++++++++++++++++++++++--- testsuite/buildok/tcp-detailed.stp | 9 ++++++- testsuite/systemtap.base/ipaddr.exp | 2 +- testsuite/systemtap.base/ipaddr2.stp | 1 - 4 files changed, 48 insertions(+), 7 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool