public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-125-g0e0e60b
@ 2012-08-02 15:01 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2012-08-02 15:01 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  0e0e60b276f6a839b56d302e31432adaa0f02440 (commit)
      from  9d2b21df1694ef312a2312a3fd6e7d046dcdf672 (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 0e0e60b276f6a839b56d302e31432adaa0f02440
Author: David Smith <dsmith@redhat.com>
Date:   Thu Aug 2 10:01:23 2012 -0500

    Fixed PR14427 by handling old and new task_work interface.
    
    * runtime/linux/autoconf-utrace-via-tracepoints.c: Just includes
      task_work.h to determine existence of task_work feature.
    * runtime/linux/autoconf-task_work-struct.c: New file.
    * buildrun.cxx (compile_pass): Add autoconf-task_work-struct test.
    * runtime/linux/task_work_compatibility.h: New header that mask
      differences between old task_work interface and new one.
    * runtime/linux/task_finder2.c: Handle removal of 'data' parameter from
      task_work struct by embedding stap_task_finder_target in
      __stp_tf_task_work structure.
    * runtime/stp_task_work.c: Include task_work_compatibility.h instead of
      task_work.h.
    * runtime/stp_utrace.c (utrace_task_alloc): Update init_task_work()
      function call to compatibility function call.

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

Summary of changes:
 buildrun.cxx                                    |    1 +
 runtime/linux/autoconf-task_work-struct.c       |   10 +++++
 runtime/linux/autoconf-utrace-via-tracepoints.c |   11 +----
 runtime/linux/task_finder2.c                    |   21 +++++++---
 runtime/linux/task_work_compatibility.h         |   46 +++++++++++++++++++++++
 runtime/stp_task_work.c                         |    2 +-
 runtime/stp_utrace.c                            |    2 +-
 7 files changed, 75 insertions(+), 18 deletions(-)
 create mode 100644 runtime/linux/autoconf-task_work-struct.c
 create mode 100644 runtime/linux/task_work_compatibility.h


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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

only message in thread, other threads:[~2012-08-02 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-02 15:01 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-125-g0e0e60b dsmith

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).