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-330-g94cbf48


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  94cbf48e332d87d85592cf774a45b5fa8e9ae027 (commit)
      from  6106e8837455c3e995feda23d16f6e59dabadc3f (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 94cbf48e332d87d85592cf774a45b5fa8e9ae027
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jun 23 21:47:53 2010 +0200

    Correct testing for compat task. Always use our own test.
    
    is_compat_task(), when defined in the kernel, is really just for testing
    whether or not we are in a 32-compat syscall. It does not definitely tell
    us whether or not the current task is a 32bit compat task. So always use
    our own test_thread_flag() with the arch specific TIF_flag.
    
    * runtime/autoconf-is-compat-task.c: Removed.
    * buildrun.cxx (compile_pass): Remove is-compat-task check.
    * runtime/compatdefs.h: Detect s390 specific TIF flag. Always define
      _stp_is_compat_task() when CONFIG_COMPAT defined.
    * tapset/conversions.stp (user_long): Use _stp_is_compat_task().
      (user_long_warn): Likewise.

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

Summary of changes:
 buildrun.cxx                      |    1 -
 runtime/autoconf-is-compat-task.c |    7 -------
 runtime/compatdefs.h              |   36 +++++++++++++++++++++---------------
 tapset/conversions.stp            |    4 ++--
 4 files changed, 23 insertions(+), 25 deletions(-)
 delete mode 100644 runtime/autoconf-is-compat-task.c


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]