From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10106 invoked by alias); 5 Sep 2011 22:03:26 -0000 Received: (qmail 10074 invoked by uid 9112); 5 Sep 2011 22:03:22 -0000 Date: Mon, 05 Sep 2011 22:03:00 -0000 Message-ID: <20110905220321.10062.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-169-g4a507da X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d11d7412c7f592373c4f1341bae83b031a7d1075 X-Git-Newrev: 4a507da270189d642d20b8f621fa512a09d06bfe 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/msg00233.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 4a507da270189d642d20b8f621fa512a09d06bfe (commit) via 1b43894364dec075d13636b3c78c786da73fc8ad (commit) via 44a7e76ab8cd9b9942b8d8a72d065269cd637c4a (commit) from d11d7412c7f592373c4f1341bae83b031a7d1075 (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 4a507da270189d642d20b8f621fa512a09d06bfe Author: Mark Wielaard Date: Mon Sep 5 23:57:44 2011 +0200 PR13112 Add include/asm/io_64.h blacklist. Also simplify blfile include list (starting .* pattern needed for all asm/include files means we can collapse some). commit 1b43894364dec075d13636b3c78c786da73fc8ad Author: Mark Wielaard Date: Mon Sep 5 23:44:53 2011 +0200 PR13108 blacklist probing paravirt ops from paravirt.c or paravirt.h. commit 44a7e76ab8cd9b9942b8d8a72d065269cd637c4a Author: Mark Wielaard Date: Mon Sep 5 23:37:11 2011 +0200 PR13112 (and PR13108) blacklist probing function from include/asm .h files. dwflpp.cxx (build_blacklist): all include/asm .h blfile patterns might need "full path" so prefix those with '.*' Add new XFAIL semok.exp inb_blacklisted.stp testcase. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 14 ++++++++------ testsuite/semko/inb_blacklisted.stp | 8 ++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100755 testsuite/semko/inb_blacklisted.stp hooks/post-receive -- systemtap: system-wide probe/trace tool