public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-391-gec3c800
@ 2010-07-01 14:46 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2010-07-01 14:46 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  ec3c800b3556d90be2b2e810d2f0a496ddaba08b (commit)
       via  2d5adb4a12d25af743c06bd100b1623ec70b197a (commit)
      from  8af0ed12bb050d38cb655eac6ca19efb9ff959d3 (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 ec3c800b3556d90be2b2e810d2f0a496ddaba08b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 1 16:42:30 2010 +0200

    PR11444 Don't leak CONTEXT->regs in unwind, explicitly use task_pt_regs.
    
    CONTEXT->regs might be kernel regs, or not set at all, so check whether
    we have a real task and grab the task_pt_regs before proceeding.
    
    * tapset/ucontext-unwind.stp (print_ubacktrace): Check current->mm
      and grab task_pt_regs.
      (print_ubacktrace_brief): Likewise.
      (ubacktrace): Likewise.

commit 2d5adb4a12d25af743c06bd100b1623ec70b197a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 1 15:27:32 2010 +0200

    Move compatibility defines for task_pt_regs from context.stp to compatdefs.h.
    
    So task_pt_regs can be used in other tapset functions also.
    
    * tapset/context.stp: Move backwards compatible task_pt_regs defines to ...
    * runtime/compatdefs.h: ... here, and include an asm/ptrace.h include as
      the tracehooks documentation says might contain another definition.

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

Summary of changes:
 runtime/compatdefs.h       |   16 +++++++++++
 tapset/context.stp         |   13 ---------
 tapset/ucontext-unwind.stp |   63 ++++++++++++++++++++++++++++++-------------
 3 files changed, 60 insertions(+), 32 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-07-01 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01 14:46 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-391-gec3c800 mark

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).