From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28945 invoked by alias); 10 Nov 2009 15:56:02 -0000 Received: (qmail 28916 invoked by uid 448); 10 Nov 2009 15:56:01 -0000 Date: Tue, 10 Nov 2009 15:56:00 -0000 Message-ID: <20091110155559.28901.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-203-g3d3942f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1000fd18da2db3576a29f70420d5a37df48736e3 X-Git-Newrev: 3d3942f6b1ccb9062794527f2f204d98642eaed2 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q4/txt/msg00098.txt.bz2 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 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 Date: Mon Nov 9 14:59:45 2009 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 64211010978d0e35c80ec7c119f1986a48f97543 Author: Dave Brolley 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