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.7-24-gc2ffad1


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  c2ffad100c432176c537aca673b796a7605cad1c (commit)
       via  026ba67c4d44b634fea8b259c531f228b1b819aa (commit)
      from  e6b9397b3e13a7c497368777006020f64560fa98 (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 c2ffad100c432176c537aca673b796a7605cad1c
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Thu Jul 24 12:40:45 2008 -0700

    Fix on_each_cpu() call for kernels >2.6.26.
    
    This is a generalization of the patch from James Bottomley:
    http://sources.redhat.com/ml/systemtap/2008-q3/msg00220.html
    
    The on_each_cpu() change was merged *after* the 2.6.26 release, so I'm
    using an autoconf test instead of James' version check.

commit 026ba67c4d44b634fea8b259c531f228b1b819aa
Author: Josh Stone <joshua.i.stone@intel.com>
Date:   Thu Jul 24 12:07:28 2008 -0700

    Remove unused STAPCONF_MODULE_NSECTIONS

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

Summary of changes:
 ChangeLog                           |    5 +++++
 buildrun.cxx                        |    2 +-
 runtime/ChangeLog                   |    5 +++++
 runtime/autoconf-module-nsections.c |    8 --------
 runtime/autoconf-oneachcpu-retry.c  |    7 +++++++
 runtime/time.c                      |    4 ++++
 6 files changed, 22 insertions(+), 9 deletions(-)
 delete mode 100644 runtime/autoconf-module-nsections.c
 create mode 100644 runtime/autoconf-oneachcpu-retry.c


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]