From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13798 invoked by alias); 25 Oct 2011 16:40:59 -0000 Received: (qmail 13592 invoked by uid 448); 25 Oct 2011 16:40:56 -0000 Date: Tue, 25 Oct 2011 16:40:00 -0000 Message-ID: <20111025164056.13557.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.6-353-g5ffdc7b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8dc2d77cf9aaf937afe009fdb4d823d789d23c15 X-Git-Newrev: 5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03 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: 2011-q4/txt/msg00063.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 5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03 (commit) from 8dc2d77cf9aaf937afe009fdb4d823d789d23c15 (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 5ffdc7b036760ef6ebb10e4c0ddf38b267b16e03 Author: Dave Brolley Date: Tue Oct 25 12:22:20 2011 -0400 PR 13128: Rework of commit f2013cc91ea1dba576661d6b746ee28658c8bc51 Based on peer feedback: - Compare privilege credentials as sets, not levels. - Send privilege credentials as a ctl message at startup. - Send startup ctl messages (tzinfo, relocations, privilege_credentials) on the same control channel. Ensure channel is closed properly on error. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 4 +- runtime/addr-map.c | 6 ++-- runtime/print.c | 6 ++-- runtime/runtime.h | 25 ++++++++++------- runtime/staprun/staprun.c | 53 +++++++++++++++++++----------------- runtime/task_finder.c | 4 +- runtime/transport/control.c | 14 +++++++++ runtime/transport/transport.c | 21 +++++--------- runtime/transport/transport.h | 1 - runtime/transport/transport_msgs.h | 9 ++++++ translate.cxx | 17 ++++++++++- 11 files changed, 98 insertions(+), 62 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool