public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-212-ge0d0671
@ 2009-06-10 23:12 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2009-06-10 23:12 UTC (permalink / raw)
  To: systemtap-cvs

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  e0d0671766ed452a1eb141ef1c6e0ad19149c88a (commit)
       via  cc76db234897ff09eda098e786643506517b2175 (commit)
      from  09bf2d0bacc3f690eebc677c7718b985209b04a4 (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 e0d0671766ed452a1eb141ef1c6e0ad19149c88a
Merge: cc76db234897ff09eda098e786643506517b2175 09bf2d0bacc3f690eebc677c7718b985209b04a4
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jun 10 16:10:38 2009 -0700

    Merge branch 'master' of ssh://sourceware.org/git/systemtap

commit cc76db234897ff09eda098e786643506517b2175
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jun 10 15:50:04 2009 -0700

    PR10260: Clean up all resources after init errors
    
    When anything in systemtap_module_init fails, and we return non-zero,
    then the module load is aborted.  The normal module unload path
    (systemtap_module_exit) is not even attempted, so we need to make sure
    that all partially-allocated resources are returned.
    
    Our timer callbacks for the gettimeofday subsystem are a classic example
    of this error.  If we don't unregister the timers before aborting init,
    they will later be called and cause a kernel fault.
    
    We also were neglecting to free the percpu context.  A memory leak is
    less harmful, but that's fixed now too.

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

Summary of changes:
 translate.cxx |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-10 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-10 23:12 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-212-ge0d0671 jistone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).