From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15084 invoked by alias); 6 Sep 2012 09:16:59 -0000 Received: (qmail 15030 invoked by uid 9112); 6 Sep 2012 09:16:56 -0000 Date: Thu, 06 Sep 2012 09:16:00 -0000 Message-ID: <20120906091654.15010.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.8-220-g8f095f0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c7f355eef1abca5b6c9bae651f246bdeca7b4671 X-Git-Newrev: 8f095f03b5a69b2abadfb448b7a15c536facd5e3 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: 2012-q3/txt/msg00148.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 8f095f03b5a69b2abadfb448b7a15c536facd5e3 (commit) from c7f355eef1abca5b6c9bae651f246bdeca7b4671 (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 8f095f03b5a69b2abadfb448b7a15c536facd5e3 Author: Mark Wielaard Date: Wed Sep 5 21:09:43 2012 +0200 PR14546 Only copy registers of initial state. The DWARF unwinder was copying too much information into the cie_regs state possibly overwriting ~18 bytes after the unwind_context. Just copy the registers. Fix small testsuite type s/ko/ok/ in pr14546.exp ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 4 ++-- testsuite/systemtap.base/pr14546.exp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool