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-247-g31da4cc


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  31da4cc9cb5385124964107c6cd2aee9723f09be (commit)
      from  8785346c7b4789a23559ab7811cac692513d0fbf (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 31da4cc9cb5385124964107c6cd2aee9723f09be
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Sep 7 17:06:27 2009 +0200

    bz10475.exp: Use filp_open which has a constant const char argument for test.
    
    For some reason the do_filp_open const char *pathname argument has changed
    its name between different kernel versions. Luckily filp_open has a cont char
    *filename argument that is constant between versions (the test needs a
    const char* argument to do an array operation on).
    
    * testsuite/semok/bz10475.stp: Use filp_open instead of do_filp_open.

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

Summary of changes:
 testsuite/semok/bz10475.stp |    7 +++----
 1 files changed, 3 insertions(+), 4 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]