From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25947 invoked by alias); 23 Mar 2012 20:52:35 -0000 Received: (qmail 25914 invoked by uid 9156); 23 Mar 2012 20:52:34 -0000 Date: Fri, 23 Mar 2012 20:52:00 -0000 Message-ID: <20120323205234.25903.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.7-133-gc0456b6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ca73974d84f94065dbabce2a2044d17a83bade57 X-Git-Newrev: c0456b6fda16307070e0896d3cca86f523214a5e 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-q1/txt/msg00177.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 c0456b6fda16307070e0896d3cca86f523214a5e (commit) from ca73974d84f94065dbabce2a2044d17a83bade57 (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 c0456b6fda16307070e0896d3cca86f523214a5e Author: David Smith Date: Fri Mar 23 15:52:01 2012 -0500 Improve build-id checking when the task we're interested in isn't 'current'. * translate.cxx (emit_module_init): Moved include files to runtime/runtime.h. * runtime/runtime.h: Moved includes here from translate.cxx. Rearranged order a bit, to allow use of __access_process_vm() earlier. * runtime/sym.c (_stp_build_id_check): Instead of passing in a flag to indicate build-id checking a user module, instead pass a task_struct pointer in. If the task_struct pointer isn't 'current', use __access_process_vm() to read data. (_stp_module_check): Update _stp_build_id_check() call. (_stp_kmodule_check): Ditto. (_stp_usermodule_check): Ditto. * runtime/vma.c (_stp_vma_match_vdso): If the task we're trying to match isn't 'current', use __access_process_vm() to read data. ----------------------------------------------------------------------- Summary of changes: runtime/runtime.h | 38 +++++++++++++++++++++++++------------- runtime/sym.c | 52 ++++++++++++++++++++++++++++++---------------------- runtime/vma.c | 12 ++++++++++-- translate.cxx | 17 ----------------- 4 files changed, 65 insertions(+), 54 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool