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-298-g23c2d7d


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  23c2d7d24870a618e6fd8f206400988dc3bd42dd (commit)
      from  2c8f96fd9f13f1d7a5c6efeb7ad4f7760026c743 (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 23c2d7d24870a618e6fd8f206400988dc3bd42dd
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Jun 21 14:17:46 2010 +0200

    PR11722 user_long(uaddr) should fetch a user space long (in case of 32-on-64).
    
    user_long[_warn](uaddr) would fetch a kernel long, but that might be the
    wrong size if the user space process was running in compat mode (32-on-64).
    
    * tapset/conversions.stp (user_long): Fetch a compat_long_t if current
      process is_compat_task().
      (user_long_warn): Likewise.

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

Summary of changes:
 tapset/conversions.stp |   65 ++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 58 insertions(+), 7 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]