public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-30-g0322266
@ 2012-02-20 22:49 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2012-02-20 22:49 UTC (permalink / raw)
  To: systemtap-cvs

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  0322266ce3308482fb69fda69962b16d1b0d3513 (commit)
       via  1ed417b81ee212218bf779b301fba53f3ead5831 (commit)
      from  96f244c08929a255a65373c686e3d710e0e80dd1 (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 0322266ce3308482fb69fda69962b16d1b0d3513
Author: David Smith <dsmith@redhat.com>
Date:   Mon Feb 20 16:48:38 2012 -0600

    Fix PR13646 (partial) by adding a testcase and some fixes.
    
    * tapset/ip.stp (format_ipaddr): Marked as 'pure' so that it can be
      optimized away.  Fixed handling of IPv6 addresses.
      (__ip_sock_saddr): Added support for IPv6 sockets.
      (__ip_sock_daddr): Ditto.
    * tapset/tcp.stp: Added 'family' variable to tcp.recvmsg and
      tcp.recvmsg.return probes.
    * tapset/nfs_proc.stp (AF_INET): Marked as 'pure' so that it can be
      optimized away.
      (AF_INET6): New function.
    * testsuite/buildok/nfs_proc-embedded.stp: Added AF_INET6() compile test.
    * testsuite/buildok/tcp-detailed.stp: Prints 'family' variable in
      tcp.recvmsg and tcp.recvmsg.return probes.
    * testsuite/systemtap.base/ipaddr.exp: New testcase.
    * testsuite/systemtap.base/ipaddr.txt: Ditto.
    * testsuite/systemtap.base/ipaddr1.stp: Ditto.
    * testsuite/systemtap.base/ipaddr2.stp: Ditto.

commit 1ed417b81ee212218bf779b301fba53f3ead5831
Author: David Smith <dsmith@redhat.com>
Date:   Thu Feb 16 10:19:00 2012 -0600

    Fix PR13646 (partial) by handling IPv6 support in a module (for RHEL[56]).
    
    * tapset/ip.stp: Handle the case where IPv6 support is in a module (as
      it is on RHEL5 and RHEL6).

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

Summary of changes:
 tapset/ip.stp                           |   73 +++++++++++-----
 tapset/nfs_proc.stp                     |    7 ++-
 tapset/tcp.stp                          |    4 +
 testsuite/buildok/nfs_proc-embedded.stp |    1 +
 testsuite/buildok/tcp-detailed.stp      |    4 +-
 testsuite/systemtap.base/ipaddr.exp     |  148 +++++++++++++++++++++++++++++++
 testsuite/systemtap.base/ipaddr.txt     |   10 ++
 testsuite/systemtap.base/ipaddr1.stp    |   46 ++++++++++
 testsuite/systemtap.base/ipaddr2.stp    |   47 ++++++++++
 9 files changed, 315 insertions(+), 25 deletions(-)
 create mode 100644 testsuite/systemtap.base/ipaddr.exp
 create mode 100644 testsuite/systemtap.base/ipaddr.txt
 create mode 100644 testsuite/systemtap.base/ipaddr1.stp
 create mode 100644 testsuite/systemtap.base/ipaddr2.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-20 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-20 22:49 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-30-g0322266 dsmith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).