From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18805 invoked by alias); 25 Jan 2008 23:55:05 -0000 Received: (qmail 18786 invoked by uid 9512); 25 Jan 2008 23:55:05 -0000 Date: Fri, 25 Jan 2008 23:55:00 -0000 Message-ID: <20080125235505.18784.qmail@sourceware.org> From: kenistoj@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ./ChangeLog runtime/uprobes/uprobes.c runt ... 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: X-SW-Source: 2008-q1/txt/msg00053.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: kenistoj@sourceware.org 2008-01-25 23:55:05 Modified files: . : ChangeLog runtime/uprobes: uprobes.c uprobes.h Log message: * runtime/uprobes/uprobes.c: Within a probed process, serialize calls to access_process_vm() when populating instructions slots. Fixes an SMP bug on multithreaded apps with many active probepoints. * runtime/uprobes/uprobes.h: Ditto Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.760&r2=1.761 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/uprobes.h.diff?cvsroot=systemtap&r1=1.3&r2=1.4