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-1.0-134-g991bd3b


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  991bd3ba708b467a6b1de0788e0e1e558a087b0d (commit)
      from  29bb0bbc8603edb20de09e79fd8addb4a174947d (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 991bd3ba708b467a6b1de0788e0e1e558a087b0d
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Oct 21 19:27:17 2009 -0700

    Correct the safety-net escape WRT locking
    
    Within a probe body, the "out" label starts the normal exit path,
    including unlocking whatever globals are used in that probe.  Since the
    unprivileged safety-net checks are before the locks are ever grabbed, we
    should bypass the unlock on the way out.
    
    * elaborate.cxx (derived_probe::emit_process_owner_assertion): Use
      "return" instead of "goto out".

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

Summary of changes:
 elaborate.cxx |    4 +++-
 1 files changed, 3 insertions(+), 1 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]