From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12639 invoked by alias); 23 May 2009 01:27:36 -0000 Received: (qmail 12592 invoked by uid 9586); 23 May 2009 01:27:35 -0000 Date: Sat, 23 May 2009 01:27:00 -0000 Message-ID: <20090523012735.12569.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-165-gb350f56 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dec6cf8fd4da55ac0fd4c711b3eebc48ee9eda75 X-Git-Newrev: b350f56b13f4e5acd5744cd71e4b26343aae8e6b 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: 2009-q2/txt/msg00256.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 b350f56b13f4e5acd5744cd71e4b26343aae8e6b (commit) from dec6cf8fd4da55ac0fd4c711b3eebc48ee9eda75 (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 b350f56b13f4e5acd5744cd71e4b26343aae8e6b Author: Josh Stone Date: Fri May 22 18:01:18 2009 -0700 PR10190: Suppress warnings for optional kprobes When a kernel.function or kprobe.function fails in registration, we usually print a WARNING and move on. With this patch, kprobes that have the optional '?' flag will not print any WARNING. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 17 +++++++++++++---- testsuite/systemtap.base/badkprobe.exp | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool