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.0-203-g3d3942f


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  3d3942f6b1ccb9062794527f2f204d98642eaed2 (commit)
       via  52cd76fae6eee285a4d8345ee595f0b8a2907d7b (commit)
       via  64211010978d0e35c80ec7c119f1986a48f97543 (commit)
      from  1000fd18da2db3576a29f70420d5a37df48736e3 (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 3d3942f6b1ccb9062794527f2f204d98642eaed2
Merge: 52cd76fae6eee285a4d8345ee595f0b8a2907d7b 1000fd18da2db3576a29f70420d5a37df48736e3
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Nov 10 10:45:29 2009 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

commit 52cd76fae6eee285a4d8345ee595f0b8a2907d7b
Merge: 64211010978d0e35c80ec7c119f1986a48f97543 dd905cf4dd14d5d53d0bc3696acaba04bda57bb5
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Nov 9 14:59:45 2009 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

commit 64211010978d0e35c80ec7c119f1986a48f97543
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Nov 9 14:50:52 2009 -0500

    Don't reference global variable modpath in insert_module and its helpers.
    This allows insert_module to to be used for loading the signed uprobes.ko
    module.
    
    Allow the use of $$parms and $$return in uprobes based probes for
    unprivileged users.
    
    Re-add management of module signatures in the cache. Don't know why
    it was removed.

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

Summary of changes:
 cache.cxx                       |    7 +++
 runtime/staprun/staprun.c       |   10 ++---
 runtime/staprun/staprun.h       |   22 ++++++++++-
 runtime/staprun/staprun_funcs.c |   85 +++++++++++++++++++++++++-------------
 tapsets.cxx                     |   30 ++++++++++++++
 5 files changed, 118 insertions(+), 36 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]