From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19423 invoked by alias); 25 Nov 2010 18:23:53 -0000 Received: (qmail 19393 invoked by uid 448); 25 Nov 2010 18:23:52 -0000 Date: Thu, 25 Nov 2010 18:23:00 -0000 Message-ID: <20101125182352.19381.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.3-330-g8ea1c6e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6cb6161719c974c90cdc3746e981b9da89467135 X-Git-Newrev: 8ea1c6e1f462390500f21e21ddc2acbc0ba53af4 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: 2010-q4/txt/msg00104.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 8ea1c6e1f462390500f21e21ddc2acbc0ba53af4 (commit) via 7937076450bdbc3d0094021dd801f98f109e57c0 (commit) via 474d17ad90faf36bb51ea2cb18d5101cdbf4dc09 (commit) from 6cb6161719c974c90cdc3746e981b9da89467135 (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 8ea1c6e1f462390500f21e21ddc2acbc0ba53af4 Merge: 7937076 6cb6161 Author: Dave Brolley Date: Thu Nov 25 13:16:22 2010 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 7937076450bdbc3d0094021dd801f98f109e57c0 Merge: 474d17a 1fb67a0 Author: Dave Brolley Date: Thu Nov 25 11:20:46 2010 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap Conflicts: runtime/staprun/common.c session.cxx session.h commit 474d17ad90faf36bb51ea2cb18d5101cdbf4dc09 Author: Dave Brolley Date: Thu Nov 25 11:11:36 2010 -0500 Improved handling of uprobes.ko by compile-server and client. - Server now returns uprobes.ko to client when required. - New optional argument to staprun's -u option to specify the location of uprobes module. - Client uses new argument of -u to specify uprobes.ko returned by the server. - staprun still prefers already-loaded uprobes, built-in uprobes and kernel-built uprobes over the one returned by the server. - staprun verifies the signature of the uprobes module for unprivileged users. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 2 +- csclient.cxx | 7 +++++++ runtime/staprun/common.c | 5 ++++- runtime/staprun/staprun.c | 10 +++++++--- runtime/staprun/staprun.h | 1 + session.cxx | 2 +- session.h | 1 + stap-server-connect.c | 41 ++++++++++++++++++++++++++++++----------- 8 files changed, 52 insertions(+), 17 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool