From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4231 invoked by alias); 25 Aug 2011 16:28:36 -0000 Received: (qmail 4170 invoked by uid 448); 25 Aug 2011 16:28:22 -0000 Date: Thu, 25 Aug 2011 16:28:00 -0000 Message-ID: <20110825162822.4159.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-141-g36a8f47 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ef9333b53cc9c72a34437431d284492bc3e2b301 X-Git-Newrev: 36a8f4702d7a8867409114988a268c3341512fff 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-q3/txt/msg00212.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 36a8f4702d7a8867409114988a268c3341512fff (commit) via 72d6163b2884120f2c8444d8711d38e1633850ba (commit) via b82d77b4dc65b8a406d40a8e953e21738d5992b3 (commit) via aae091fcf989ff7f1512de48339f0265caa2db31 (commit) from ef9333b53cc9c72a34437431d284492bc3e2b301 (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 36a8f4702d7a8867409114988a268c3341512fff Merge: 72d6163 ef9333b Author: Dave Brolley Date: Thu Aug 25 12:27:33 2011 -0400 Merge branch 'master' of ssh://sourceware.org/git/systemtap Conflicts: NEWS session.cxx session.h commit 72d6163b2884120f2c8444d8711d38e1633850ba Author: Dave Brolley Date: Thu Aug 25 12:14:10 2011 -0400 PR 11441 - continue with unprivileged test suite - New unprivileged_all.exp replaces previously existing unprivileged mode test suites. - Tests all known probe point types for expected success/failure for unprivileged users. - Checks the above directly and also using an alias. - Checks that all known probe point types have been tested (uses --dump-probe-types). commit b82d77b4dc65b8a406d40a8e953e21738d5992b3 Author: Dave Brolley Date: Thu Aug 25 12:10:59 2011 -0400 PR 13057 Provide a Command Line Option to Dump Supported Probe Points New command line option, --dump-probe-types, has been added. If --unprivilged is also specified, the dump will be limited to probe types available to unprivileged users. commit aae091fcf989ff7f1512de48339f0265caa2db31 Author: Dave Brolley Date: Tue Aug 16 17:24:04 2011 -0400 Testsuite Improvements. Previously, server.log and the server certificates were cleared each time a server was started. Clearing them once per test run instead allows the log of all servers started during testing to be examined after the tests are finished. It also ensures that the same server certificates are used by all servers started during testing. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 + elaborate.cxx | 30 ++ elaborate.h | 3 + main.cxx | 14 +- session.cxx | 16 +- session.h | 1 + stap.1 | 6 + testsuite/lib/systemtap.exp | 32 +- testsuite/systemtap.unprivileged/foo.c | 26 ++- testsuite/systemtap.unprivileged/libfoo.c | 9 + .../systemtap.unprivileged/unprivileged_all.exp | 417 ++++++++++++++++++++ .../systemtap.unprivileged/unprivileged_build.exp | 167 -------- .../systemtap.unprivileged/unprivilegedko.exp | 26 -- .../systemtap.unprivileged/unprivilegedok.exp | 28 -- 14 files changed, 536 insertions(+), 243 deletions(-) create mode 100644 testsuite/systemtap.unprivileged/libfoo.c create mode 100644 testsuite/systemtap.unprivileged/unprivileged_all.exp delete mode 100644 testsuite/systemtap.unprivileged/unprivileged_build.exp delete mode 100644 testsuite/systemtap.unprivileged/unprivilegedko.exp delete mode 100644 testsuite/systemtap.unprivileged/unprivilegedok.exp hooks/post-receive -- systemtap: system-wide probe/trace tool