From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12060 invoked by alias); 4 Nov 2008 19:37:28 -0000 Received: (qmail 11984 invoked by uid 9156); 4 Nov 2008 19:37:28 -0000 Date: Tue, 04 Nov 2008 19:37:00 -0000 Message-ID: <20081104193727.11967.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-447-g32d9001 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a6d742cb49a4e1408c9071a1e6338aeb0f152fbe X-Git-Newrev: 32d90014f31354a1c384a00905fa62cfd4b5dfe8 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/msg00138.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 32d90014f31354a1c384a00905fa62cfd4b5dfe8 (commit) via 32f1f1a7b640cb110982b9ec364034645c0b0734 (commit) via 49c9622d4708c94922f351b83b7f2f729f7a1288 (commit) from a6d742cb49a4e1408c9071a1e6338aeb0f152fbe (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 32d90014f31354a1c384a00905fa62cfd4b5dfe8 Merge: 32f1f1a7b640cb110982b9ec364034645c0b0734 a6d742cb49a4e1408c9071a1e6338aeb0f152fbe Author: David Smith Date: Tue Nov 4 13:37:19 2008 -0600 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit 32f1f1a7b640cb110982b9ec364034645c0b0734 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. commit 49c9622d4708c94922f351b83b7f2f729f7a1288 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. ----------------------------------------------------------------------- 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