public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: dsmith@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-30-g0322266
Date: Mon, 20 Feb 2012 22:49:00 -0000	[thread overview]
Message-ID: <20120220224925.1847.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2012-02-20 22:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120220224925.1847.qmail@sourceware.org \
    --to=dsmith@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).