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-330-g94cbf48
@ 2010-06-23 19:52 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2010-06-23 19:52 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  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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-23 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-23 19:52 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-330-g94cbf48 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).