From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11281 invoked by alias); 1 Oct 2010 17:58:07 -0000 Received: (qmail 11245 invoked by uid 9156); 1 Oct 2010 17:58:05 -0000 Date: Fri, 01 Oct 2010 17:58:00 -0000 Message-ID: <20101001175805.11234.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-172-g86229a5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ad10b896abfd40c47b4fa452534dfcc89464c964 X-Git-Newrev: 86229a5533de13b6ac6eeb34d9ea24e7cfb64faa 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: 2010-q4/txt/msg00002.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 86229a5533de13b6ac6eeb34d9ea24e7cfb64faa (commit) from ad10b896abfd40c47b4fa452534dfcc89464c964 (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 86229a5533de13b6ac6eeb34d9ea24e7cfb64faa Author: David Smith Date: Fri Oct 1 12:56:54 2010 -0500 Fixed BZ634242 by always looking up pids in the global namespace. * runtime/uprobes2/uprobes.c (uprobe_get_tg_leader): Always look up the pid in the global pid namespace. From Roland McGrath (uprobe_fork_uproc): Ditto. From Roland McGrath (uprobe_report_clone): If two processes are are sharing the same memory space (CLONE_VM) don't remove probes, since that will remove the probes from both processes. * tapsets.cxx (emit_module_exit): Make sure we always look up pids in the global pid namespace, not in any private pid namespace. * runtime/uprobes-common.c (stap_uprobe_change_plus): Ignore EEXIST errors. ----------------------------------------------------------------------- Summary of changes: runtime/uprobes-common.c | 9 +++++++-- runtime/uprobes2/uprobes.c | 31 ++++++++++--------------------- tapsets.cxx | 14 ++++++-------- 3 files changed, 23 insertions(+), 31 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool