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.6-151-g8e794e9


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  8e794e9dfeea5a48b84442b92dea6c17b9ef75d1 (commit)
      from  6867800866568281f0aea6d48a650b157bd5174d (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 8e794e9dfeea5a48b84442b92dea6c17b9ef75d1
Author: David Smith <dsmith@redhat.com>
Date:   Thu Sep 1 09:39:15 2011 -0500

    Fixed PR13146 by not allowing memory allocations to sleep.
    
    * runtime/alloc.c:  Turn off __GFP_WAIT when allocating memory.
    * runtime/transport/ring_buffer.c (__stp_alloc_ring_buffer): Ditto.
    * runtime/counter.c (_stp_counter_init): Handles memory allocation failure
      better.
    * runtime/task_finder.c (__stp_call_mmap_callbacks_with_addr): Better
      cleanup if memory allocation fails.

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

Summary of changes:
 runtime/alloc.c                 |    3 ++-
 runtime/counter.c               |    2 +-
 runtime/task_finder.c           |    3 +++
 runtime/transport/ring_buffer.c |    2 +-
 4 files changed, 7 insertions(+), 3 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]