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-232-ga5e8d63


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  a5e8d632f443c6a882dcabc669236dc4798b1fd7 (commit)
       via  2a8c27f6bfdf2e7962def6fc8729ebb5fb54c701 (commit)
      from  121e57ae36e2030093f72723b1fb74dc0507ddab (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 a5e8d632f443c6a882dcabc669236dc4798b1fd7
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Mar 25 17:25:06 2009 -0700

    Add the kernel tree's git revision to the hash
    
    To better support kernel developers who work out of a single source
    tree, this adds the git HEAD revision to our caching hash.

commit 2a8c27f6bfdf2e7962def6fc8729ebb5fb54c701
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Mar 25 15:47:21 2009 -0700

    Add more file stats to the hash
    
    For kernel developers, it may be common practice to reuse the same
    kernel build tree for several kernel variants.  Our previous hashing
    only considered the release version, architecture, and build path, which
    may all remain constant for such a developer.
    
    This change adds the file size and mtime of several kernel version files
    to the hash, so it should be a bit more robust against collisions.

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

Summary of changes:
 hash.cxx |   42 ++++++++++++++++++++++++++++--------------
 hash.h   |    1 +
 util.cxx |   27 +++++++++++++++++++++++++++
 util.h   |    1 +
 4 files changed, 57 insertions(+), 14 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]