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.2-391-gec3c800


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]