public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: fche@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-222-ge66aaec
Date: Wed, 02 Sep 2009 16:05:00 -0000	[thread overview]
Message-ID: <20090902160531.30814.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  e66aaecc057ef417d0dd1d0b94454f6704147e7f (commit)
      from  cce3b4efd1f1401246f1e1301040414db00891fa (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 e66aaecc057ef417d0dd1d0b94454f6704147e7f
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Sep 2 12:01:27 2009 -0400

    PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtime
    
    _stp_vscnprintf is only suitable for calls from the script, with slightly
    different conventions (64-bit ints/pointers, extra formatting directives).
    
    * runtime/runtime.h (_stp_{dbug,warn,error}): Add __attribute__ format(printf).
    * runtime/io.c (_stp_vlog): Ditto.  Use vscnprintf().
    * runtime/sym.c (_stp_module_check): Remove hexdumping (%.*M) of mismatching
      buildids.  Switch to _stp_warn from printk (KERN_WARNING).
    * translate.cxx, runtime/unwind.c: Numerous print formatting tweaks.

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

Summary of changes:
 runtime/io.c      |    5 ++++-
 runtime/runtime.h |    6 +++---
 runtime/sym.c     |   14 ++++++--------
 runtime/unwind.c  |   18 ++++++++++--------
 translate.cxx     |    2 +-
 5 files changed, 24 insertions(+), 21 deletions(-)


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


                 reply	other threads:[~2009-09-02 16:05 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=20090902160531.30814.qmail@sourceware.org \
    --to=fche@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).