public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: dsmith@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, dsmith/task_finder2, updated. release-1.6-374-geb03278
Date: Thu, 27 Oct 2011 16:10:00 -0000	[thread overview]
Message-ID: <20111027161012.10867.qmail@sourceware.org> (raw)

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, dsmith/task_finder2 has been updated
       via  eb032788e69844946b62c75ab6389ae937b711f6 (commit)
       via  54e7e8f0122569091f780fc0f1acc1520b09f1c4 (commit)
       via  6ca28847b794e03744b3fc425a5f3e07d49154b4 (commit)
       via  93ee09d508e10d054465c63553b30539d70e0c4b (commit)
       via  5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03 (commit)
      from  40b8ed4d675c4b7cfd1f25499506e42795d0e38f (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 eb032788e69844946b62c75ab6389ae937b711f6
Author: David Smith <dsmith@redhat.com>
Date:   Thu Oct 27 11:09:05 2011 -0500

    Avoid "sleeping function called from invalid context" kernel errors.
    
    * runtime/stp_utrace.c (utrace_task_alloc): Change memory allocation flags
      to avoid waiting.
      (utrace_attach_task): Ditto.
      (finish_callback): Remove call to might_sleep(), since tracepoint
      handlers (and now utrace handlers) can't sleep.

commit 54e7e8f0122569091f780fc0f1acc1520b09f1c4
Author: David Smith <dsmith@redhat.com>
Date:   Thu Oct 27 11:06:14 2011 -0500

    More PR13083 fixes to avoid sleeping in the task_finder (ported).
    
    * runtime/task_finder2.c (__stp_get_mm_path): Call down_read_trylock()
      instead of down_read() to avoid the possibility of sleeping.
      (stap_start_task_finder): Call task_lock() to make sure a task's mm
      doesn't go away while we're looking at it.

commit 6ca28847b794e03744b3fc425a5f3e07d49154b4
Merge: 40b8ed4 93ee09d
Author: David Smith <dsmith@redhat.com>
Date:   Thu Oct 27 10:27:24 2011 -0500

    Merge branch 'master' of /es/scratch/dsmith/systemtap/src into dsmith/task_finder2

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

Summary of changes:
 elaborate.cxx                      |    4 +-
 runtime/addr-map.c                 |    6 ++--
 runtime/print.c                    |    6 ++--
 runtime/runtime.h                  |   25 ++++++++++-------
 runtime/staprun/staprun.c          |   53 +++++++++++++++++++-----------------
 runtime/stp_utrace.c               |   13 +++-----
 runtime/task_finder.c              |   30 +++++++++++++-------
 runtime/task_finder2.c             |   26 ++++++++++++-----
 runtime/transport/control.c        |   14 +++++++++
 runtime/transport/transport.c      |   21 +++++---------
 runtime/transport/transport.h      |    1 -
 runtime/transport/transport_msgs.h |    9 ++++++
 translate.cxx                      |   17 ++++++++++-
 13 files changed, 139 insertions(+), 86 deletions(-)


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


                 reply	other threads:[~2011-10-27 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111027161012.10867.qmail@sourceware.org \
    --to=dsmith@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).