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-0.9.9-212-g0226553


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  0226553baaf948fbffe403a2ca05bfb12960349c (commit)
      from  60c9dcc116ce1832ff9ff0c235233c5a2db3e3cd (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 0226553baaf948fbffe403a2ca05bfb12960349c
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Aug 29 16:49:44 2009 +0200

    Fix overlapping statement probe error in warnings.stp.
    
    Instead of generating a warning the current kernel.statement probe
    produced a warning on some 386 kernels that had optimized that
    particular line:
    semantic error: multiple addresses for fs/bio.c:282
     (try fs/bio.c:278 or fs/bio.c:284)
    semantic error: no match while resolving probe point
     kernel.statement("bio_init@fs/bio.c+3")
    So do as told to just get the expected warnings for this probe.
    
    * testsuite/systemtap.base/warnings.stp (probea): Probe bio_init@fs/bio.c+5.

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

Summary of changes:
 testsuite/systemtap.base/warnings.stp |    2 +-
 1 files changed, 1 insertions(+), 1 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]