This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-34-g7447cb5


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 <dsmith@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]