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.7-3-g863b403


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  863b4037c74126350c65fbe3e49065f0511a9fd4 (commit)
      from  ce7147b7fc1ebc26aa9ab4a3cfc7f5c1b9af533e (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 863b4037c74126350c65fbe3e49065f0511a9fd4
Author: David Smith <dsmith@redhat.com>
Date:   Thu Feb 2 10:36:44 2012 -0600

    Fix PR13641 by not calling a sleeping function from an invalid context.
    
    * testsuite/systemtap.examples/process/pfiles.stp: To avoid the
      possibility of sleeping while holding a lock, change GFP_KERNEL
      allocation to GFP_ATOMIC allocation.  Also convert i_mode2str() from an
      embedded-C function.

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

Summary of changes:
 testsuite/systemtap.examples/process/pfiles.stp |   32 +++++++++++++----------
 1 files changed, 18 insertions(+), 14 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]