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.2-157-g00130b8


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  00130b85b397c38a6b9596c379684de0a87af86b (commit)
      from  6b05cbd2b4a38461ac8058bd4e0647075f1fcc2e (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 00130b85b397c38a6b9596c379684de0a87af86b
Author: David Smith <dsmith@redhat.com>
Date:   Tue May 18 13:19:23 2010 -0500

    Fixed BZ 592830 by fixing signal.check_ignored.return for newer kernels.
    
    * tapset/signal.stp (signal.check_ignored.return): Provide an alternative
      for newer kernels where the sig_ignored() function has been inlined.
    * tapset/errno.stp (return_str): New function.
    * testsuite/buildok/signal-detailed.stp: Made the
      signal.check_ignored.return test non-optional.

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

Summary of changes:
 tapset/errno.stp                      |   13 +++++++++++++
 tapset/signal.stp                     |   21 +++++++++++++++++++--
 testsuite/buildok/signal-detailed.stp |    2 +-
 3 files changed, 33 insertions(+), 3 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]