From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4859 invoked by alias); 28 Oct 2008 21:29:10 -0000 Received: (qmail 4833 invoked by uid 9156); 28 Oct 2008 21:29:10 -0000 Date: Tue, 28 Oct 2008 21:29:00 -0000 Message-ID: <20081028212910.4822.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, rhel53, updated. release-0.7-290-g983ee07 X-Git-Refname: refs/heads/rhel53 X-Git-Reftype: branch X-Git-Oldrev: d8ecf2c2b664c62e3a978d41447534c7296b5636 X-Git-Newrev: 983ee07b9a3748c2ea5d3b70031dcf2515dde209 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: 2008-q4/txt/msg00108.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, rhel53 has been updated via 983ee07b9a3748c2ea5d3b70031dcf2515dde209 (commit) via 40cbc195bb920f69aad9cc045f3a0110c67ae9b7 (commit) via e17f6a7f3976a2c8c13fa5d21cdd0c718ef24b3d (commit) via c295f0bf02459e4a117b85821ef5fd19a0b1ad7b (commit) from d8ecf2c2b664c62e3a978d41447534c7296b5636 (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 983ee07b9a3748c2ea5d3b70031dcf2515dde209 Author: Srikar Dronamraju Date: Tue Oct 28 17:07:27 2008 -0400 PR5274: uretprobes fixes, belated commit (cherry picked from commit 669bdbfc3aee6d85f4f1b84766a5bfdcb0cc48cf) commit 40cbc195bb920f69aad9cc045f3a0110c67ae9b7 Author: Srikar Dronamraju Date: Tue Oct 28 16:13:01 2008 -0400 PR5274: uretprobe vs. longjmp support (cherry picked from commit 3cec42574e444b7f91e2d887527bea45348ffb79) commit e17f6a7f3976a2c8c13fa5d21cdd0c718ef24b3d Author: Jim Keniston Date: Thu Oct 9 18:03:44 2008 -0700 Make testsuite/systemtap.base/bz6850.stp executable. (cherry picked from commit 3449f611f8ac6e1c00a9f93f51f209b585a4d171) commit c295f0bf02459e4a117b85821ef5fd19a0b1ad7b Author: Jim Keniston Date: Fri Oct 3 15:44:32 2008 -0700 PR 6850 Fix handling of fork with uretprobe_instances outstanding. Add regression test. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 ++ runtime/uprobes/uprobes.c | 221 +++++++++++++++++++++++++++---- runtime/uprobes/uprobes.h | 2 +- runtime/uprobes/uprobes_i386.c | 7 + runtime/uprobes/uprobes_i386.h | 8 + runtime/uprobes/uprobes_ppc64.h | 12 ++ runtime/uprobes/uprobes_x86.c | 10 ++ runtime/uprobes/uprobes_x86.h | 11 ++- runtime/uprobes/uprobes_x86_64.c | 10 ++ runtime/uprobes/uprobes_x86_64.h | 11 ++- testsuite/ChangeLog | 5 + testsuite/systemtap.base/bz5274.a.stp | 16 +++ testsuite/systemtap.base/bz5274.c | 44 ++++++ testsuite/systemtap.base/bz5274.exp | 50 +++++++ testsuite/systemtap.base/bz5274.exp_out | 12 ++ testsuite/systemtap.base/bz5274.sh | 2 + testsuite/systemtap.base/bz5274.stp | 8 + testsuite/systemtap.base/bz6850.c | 87 ++++++++++++ testsuite/systemtap.base/bz6850.exp | 21 +++ testsuite/systemtap.base/bz6850.stp | 7 + 20 files changed, 521 insertions(+), 32 deletions(-) create mode 100755 testsuite/systemtap.base/bz5274.a.stp create mode 100644 testsuite/systemtap.base/bz5274.c create mode 100755 testsuite/systemtap.base/bz5274.exp create mode 100644 testsuite/systemtap.base/bz5274.exp_out create mode 100755 testsuite/systemtap.base/bz5274.sh create mode 100755 testsuite/systemtap.base/bz5274.stp create mode 100644 testsuite/systemtap.base/bz6850.c create mode 100644 testsuite/systemtap.base/bz6850.exp create mode 100755 testsuite/systemtap.base/bz6850.stp hooks/post-receive -- systemtap: system-wide probe/trace tool