public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-194-g0da46fc
@ 2010-03-12  1:49 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2010-03-12  1:49 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  0da46fcdec144f944838350f08f59a36b8709e90 (commit)
      from  40e400d07bcfa621eef5b4f4496b7af665089e55 (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 0da46fcdec144f944838350f08f59a36b8709e90
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 11 17:14:59 2010 -0800

    Fix the edge-case of MAXTRYLOCK=0
    
    We didn't really have good semantics for what is meant by MAXTRYLOCK=0,
    so when skipped.exp tried it, we ended up locking the variable and then
    reporting a skip without ever unlocking it.
    
    This is now cleaning up the semantics such that MAXTRYLOCK defines how
    many times we should loop if the lock is busy.  Thus MAXTRYLOCK=0 means
    we try only once and fail immediately.
    
    The testcase was accidentally creating contention due to the broken
    unlock behavior.  We now have to try a bit harder to create real
    contention, so some lengthy delays are inserted to hoard the lock.
    
    * runtime/probe_lock.h (stp_probe_lock): Fix the skip behavior.
    * testsuite/systemtap.base/skipped.exp: Add a big udelay.

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

Summary of changes:
 runtime/probe_lock.h                 |   30 +++++++++++++++++-------------
 testsuite/systemtap.base/skipped.exp |    8 +++++++-
 2 files changed, 24 insertions(+), 14 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:[~2010-03-12  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-12  1:49 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-194-g0da46fc 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).