From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19043 invoked by alias); 4 Nov 2008 20:26:52 -0000 Received: (qmail 18970 invoked by uid 9156); 4 Nov 2008 20:26:52 -0000 Date: Tue, 04 Nov 2008 20:26:00 -0000 Message-ID: <20081104202652.18951.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-295-g650d9fd X-Git-Refname: refs/heads/rhel53 X-Git-Reftype: branch X-Git-Oldrev: dacc1fbe4e61475b0f2d31e6eab17e97c507cf53 X-Git-Newrev: 650d9fd8e640159271c71b3b3fb8cd0c2438c59a 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/msg00139.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 650d9fd8e640159271c71b3b3fb8cd0c2438c59a (commit) via ac0c021e63f3d313a1a72f0ee68ef9a3713c0287 (commit) from dacc1fbe4e61475b0f2d31e6eab17e97c507cf53 (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 650d9fd8e640159271c71b3b3fb8cd0c2438c59a Author: David Smith Date: Tue Nov 4 12:52:21 2008 -0600 PR5274 - Added s390 task_finder support. 2008-11-04 David Smith PR 5274. * syscall.h: Added s390 task_finder support. (cherry picked from commit 32f1f1a7b640cb110982b9ec364034645c0b0734) commit ac0c021e63f3d313a1a72f0ee68ef9a3713c0287 Author: David Smith Date: Tue Nov 4 12:44:19 2008 -0600 PR5274 - Add s390 arch support for uprobes longjump handling. 2008-11-04 David Smith From Jim Keniston, PR 5274. * uprobes/uprobes_s390.h: Add s390 arch support for uprobes longjump handling. (cherry picked from commit 49c9622d4708c94922f351b83b7f2f729f7a1288) ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 9 +++++++ runtime/syscall.h | 48 ++++++++++++++++++++++++++++++++++++++++ runtime/uprobes/uprobes_s390.h | 12 ++++++++++ 3 files changed, 69 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool