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-52-gd5c4314


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  d5c4314752317f83c092fd56357d66a9273acc93 (commit)
      from  3176d4023d4f8b6b66b2811d4ab92691cf636336 (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 d5c4314752317f83c092fd56357d66a9273acc93
Author: David Smith <dsmith@redhat.com>
Date:   Mon Feb 27 12:37:28 2012 -0600

    Fix PR13646 (partial) by adding IPv6 support to tcp.setsockopt.
    
    * tapset/tcp.stp (tcp_sockopt_str): Updated with more IPV4 socket
      options.  Uses #defines instead of magic constants.
      (tcp_ipv6_sockopt_str): New function.
      (tcp.setsockopt): Added 'family' member.  Added IPv6 support.
    * testsuite/buildok/tcp-all-probes.stp: Updated.
    * testsuite/buildok/tcp-detailed.stp: Added support for
      tcp.ipv[46].setsockopt and tcp.ipv[46].setsockopt.return.
    * testsuite/buildok/tcp-embedded.stp: Added tcp_ipv6_sockopt_str() compile
      test.

-----------------------------------------------------------------------

Summary of changes:
 tapset/tcp.stp                       |  299 +++++++++++++++++++++++++++++++---
 testsuite/buildok/tcp-all-probes.stp |    3 +-
 testsuite/buildok/tcp-detailed.stp   |    7 +-
 testsuite/buildok/tcp-embedded.stp   |    2 +-
 4 files changed, 285 insertions(+), 26 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]