From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23406 invoked by alias); 20 Dec 2011 04:48:45 -0000 Received: (qmail 23376 invoked by uid 426); 20 Dec 2011 04:48:44 -0000 Date: Tue, 20 Dec 2011 04:48:00 -0000 Message-ID: <20111220044844.23365.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-630-gf1d4f43 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 806709804a7a60352657243972244588c35f2312 X-Git-Newrev: f1d4f4313f6aa3e46211a47cfdcccfbd70bf769e 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/msg00247.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 f1d4f4313f6aa3e46211a47cfdcccfbd70bf769e (commit) via 222e16ed49142223c24784b62cf2b1aa6269a398 (commit) via 80508b701d0d90b73fa3bbd428a7cbec33c7ac82 (commit) from 806709804a7a60352657243972244588c35f2312 (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 f1d4f4313f6aa3e46211a47cfdcccfbd70bf769e Author: Frank Ch. Eigler Date: Mon Dec 19 23:43:16 2011 -0500 PR13520: perspire to keep lockdep enabled, despite TAINT_OOT_MODULE logic lockdep is nice to have while running the systemtap testsuite on recent kernels. * testsuite/lib/systemtap.exp (setup_systemtap_environment): Make it so. commit 222e16ed49142223c24784b62cf2b1aa6269a398 Author: Frank Ch. Eigler Date: Mon Dec 19 23:39:37 2011 -0500 PR13520: add support for loading default options from $SYSTEMTAP_DIR/rc * main.cxx (main): Load some wordexp()d lines from $SYSTEMTAP_DIR/rc, prefixing incoming argc/argv. * NEWS, stap.1, session.cxx (usage): Document it. commit 80508b701d0d90b73fa3bbd428a7cbec33c7ac82 Author: Frank Ch. Eigler Date: Mon Dec 19 23:36:18 2011 -0500 task-finder2: fix thinko in uprobes_p test commit 771b667 missed a part. * testsuite/lib/systemtap.exp (uprobes_p): Set path. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ main.cxx | 42 ++++++++++++++++++++++++++++++++++++++++-- session.cxx | 5 ++--- stap.1 | 4 +++- testsuite/lib/systemtap.exp | 9 +++++++++ 5 files changed, 57 insertions(+), 6 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool