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.8-231-g2a8f21b


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  2a8f21b67f26ca8594ce03260ead8aaf04ee2850 (commit)
      from  de1b7e396d975ecbfa8c5312a845ba789d601bff (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 2a8f21b67f26ca8594ce03260ead8aaf04ee2850
Author: David Smith <dsmith@redhat.com>
Date:   Mon Sep 10 16:20:16 2012 -0500

    (PR14488 partial fix) Make memory writing more robust.
    
    * runtime/dyninst/linux_defs.h (__copy_from_user): Remove unused code (and
      update comment).
      (__put_user): New macro.
      (__copy_to_user): New function.
      (__put_user_fn): Ditto.
    * runtime/dyninst/loc2c-runtime.h (__get_user_asm): Fix macro to return
      error code.
      (__put_user_asm): New macro.

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

Summary of changes:
 runtime/dyninst/linux_defs.h    |   75 +++++++++++++++++++++++++++++++++-----
 runtime/dyninst/loc2c-runtime.h |    4 ++-
 2 files changed, 68 insertions(+), 11 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]