From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21596 invoked by alias); 21 Sep 2011 10:51:12 -0000 Received: (qmail 21565 invoked by uid 426); 21 Sep 2011 10:51:11 -0000 Date: Wed, 21 Sep 2011 10:51:00 -0000 Message-ID: <20110921105111.21554.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-241-g1d381a0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d0d7bd5fd8ebe136c7afca43e157f04c1abed243 X-Git-Newrev: 1d381a0d947061c10eb0209a49aaf8af8873726d 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/msg00287.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 1d381a0d947061c10eb0209a49aaf8af8873726d (commit) from d0d7bd5fd8ebe136c7afca43e157f04c1abed243 (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 1d381a0d947061c10eb0209a49aaf8af8873726d Author: Timo Juhani Lindfors Date: Wed Sep 21 12:19:01 2011 +0300 Tell the user if UTS_VERSION does not match running kernel The test is done before looking at build-id since build-id error messages like ERROR: Build-id mismatch: "kernel" vs. "vmlinux-2.6.32-5-amd64" byte 0 (0x5e vs 0xff) Pass 5: run failed. Try again with another '--vp 00001' option. are not very user-friendly. ----------------------------------------------------------------------- Summary of changes: buildrun.cxx | 1 + runtime/autoconf-generated-compile.c | 4 ++++ translate.cxx | 17 +++++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 runtime/autoconf-generated-compile.c hooks/post-receive -- systemtap: system-wide probe/trace tool