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.6-495-gfa24185


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  fa2418539b4ac2cb1352948f68da08890cec7774 (commit)
       via  c5c49511ceb2084f6489f07dbc754997f51fbf6d (commit)
       via  f1e8e7e0a601d1378262ba69890ce3e7d4519ab5 (commit)
       via  f24b4a2bc5000e5acb9984a3ef633f21aa622fd4 (commit)
       via  a5ce5211df81cf8a02edc000e61c59d3cf74462f (commit)
      from  826d96f855d68539c86cffcaff9ccf4401262527 (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 fa2418539b4ac2cb1352948f68da08890cec7774
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Nov 26 02:33:01 2011 +0100

    Fix build error in staprun_funcs.c when HAVE_ELF_GETSHDRSTRNDX is not set.
    
    Mark find_section_in_module arguments unused when HAVE_ELF_GETSHDRSTRNDX
    isn't set.

commit c5c49511ceb2084f6489f07dbc754997f51fbf6d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Nov 26 02:29:57 2011 +0100

    Use __get_user and __put_user for s390 uderef/kderef.
    
    Replace costum s390 [store_][uk]deref() implementations with standard
    s390 kernel __get_user() and __put_user() functions. Wrapped in get_fs()
    set_fs() calls to switch between user/kernel space addresses.

commit f1e8e7e0a601d1378262ba69890ce3e7d4519ab5
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Nov 25 15:11:00 2011 +0100

    loc2c-runtime.h: Split deref and store_deref into user and kernel version.
    
    All references to deref have been updated to use either the user or kernel
    variant where appropriate, but kderef is currently still defined as uderef,
    and store_kderef as store_uderef. Which should work fine for all arches
    except s390.

commit f24b4a2bc5000e5acb9984a3ef633f21aa622fd4
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Nov 25 11:53:19 2011 +0100

    runtime/loc2c-runtime.h remove unused deref_buffer define.

commit a5ce5211df81cf8a02edc000e61c59d3cf74462f
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Nov 24 20:32:24 2011 +0100

    Consolidate fetch_[uk]register defines in one place in tapsets.cxx.

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

Summary of changes:
 runtime/loc2c-runtime.h         |  249 +++++++++++++++++----------------------
 runtime/staprun/staprun_funcs.c |   10 ++-
 tapset-mark.cxx                 |    2 +-
 tapset/atomic.stp               |    4 +-
 tapset/conversions-guru.stp     |    4 +-
 tapset/conversions.stp          |    4 +-
 tapsets.cxx                     |   58 +++++-----
 7 files changed, 150 insertions(+), 181 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]