From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24811 invoked by alias); 10 Jun 2010 13:40:18 -0000 Received: (qmail 24778 invoked by uid 426); 10 Jun 2010 13:40:17 -0000 Date: Thu, 10 Jun 2010 13:40:00 -0000 Message-ID: <20100610134017.24754.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.2-241-ge61774f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a61b6f176e1fd17e4d43b6114186cb57d87ec5e3 X-Git-Newrev: e61774fc6e469348b01da64689318bc4e8aa509d 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: 2010-q2/txt/msg00161.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 e61774fc6e469348b01da64689318bc4e8aa509d (commit) via f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87 (commit) from a61b6f176e1fd17e4d43b6114186cb57d87ec5e3 (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 e61774fc6e469348b01da64689318bc4e8aa509d Merge: f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87 a61b6f176e1fd17e4d43b6114186cb57d87ec5e3 Author: Frank Ch. Eigler Date: Thu Jun 10 09:40:01 2010 -0400 Merge branch 'master' of git://sources.redhat.com/git/systemtap * 'master' of git://sources.redhat.com/git/systemtap: Tighten static user probe point operand contraints from "g" to "ro" commit f8bfb48eddd36b2730db8c3b0d2a82ed8438ca87 Author: Tony Jones Date: Thu Jun 10 09:38:14 2010 -0400 fix !CONFIG_FRAME_POINTER, !CONFIG_UTRACE case In a kernel without FRAME_POINTERS (using the DWARF UNWINDER) and without UTRACE I see the following in latest git master: [...] In file included from /tmp/stap/share/systemtap/runtime/stack.c:56:0, from /tmp/stapPHqTen/stap_12068.c:52: /tmp/stap/share/systemtap/runtime/stack-i386.c: In function "__stp_stack_print": /tmp/stap/share/systemtap/runtime/stack-i386.c:69:25: error: implicit declaration of function "uprobe_get_pc". AFAICT the autoconf test should result in STAPCONF_UPROBE_GET_PC=0 for the case where CONFIG_UTRACE is unset since UPROBES requires UTRACE. Signed-off-by: Tony Jones ----------------------------------------------------------------------- Summary of changes: runtime/autoconf-uprobe-get-pc.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool