From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13653 invoked by alias); 9 Nov 2011 21:27:54 -0000 Received: (qmail 13626 invoked by uid 448); 9 Nov 2011 21:27:53 -0000 Date: Wed, 09 Nov 2011 21:27:00 -0000 Message-ID: <20111109212753.13614.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-398-gf66bb29 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6b8b70dad8ea18ab896905c797d90102cd4be3e6 X-Git-Newrev: f66bb29a205b81edfdf6335c7d52774103fd565b 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/msg00106.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 f66bb29a205b81edfdf6335c7d52774103fd565b (commit) from 6b8b70dad8ea18ab896905c797d90102cd4be3e6 (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 f66bb29a205b81edfdf6335c7d52774103fd565b Author: Dave Brolley Date: Wed Nov 9 15:39:47 2011 -0500 PR 13128: Implement --privilege option and correct privilege checking usage. - In particular, don't assume only two privilege levels. All tests now test for the specific privilege required in order to allow the construct. - Update test suites ----------------------------------------------------------------------- Summary of changes: csclient.cxx | 6 +- elaborate.cxx | 11 +++-- hash.cxx | 2 +- runtime/staprun/privilege.h | 4 +- runtime/transport/transport.c | 2 +- session.cxx | 37 ++++++++++++++---- stap-serverd.cxx | 38 +++++++++++++----- staptree.cxx | 10 +++-- tapset-been.cxx | 16 ++++---- tapset-timers.cxx | 40 ++++++++++---------- tapset-utrace.cxx | 14 +++--- tapsets.cxx | 20 +++++----- testsuite/systemtap.server/client_args.exp | 2 +- .../unprivileged_embedded_C.exp | 4 +- .../systemtap.unprivileged/unprivileged_probes.exp | 2 +- util.cxx | 4 ++ util.h | 1 + 17 files changed, 129 insertions(+), 84 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool