From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14796 invoked by alias); 13 Aug 2007 15:27:48 -0000 Received: (qmail 14613 invoked by uid 9163); 13 Aug 2007 15:27:47 -0000 Date: Mon, 13 Aug 2007 15:27:00 -0000 Message-ID: <20070813152747.14611.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime/transport ChangeLog control.c proc ... 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: 2007-q3/txt/msg00153.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Branch: setuid-branch Changes by: hunt@sourceware.org 2007-08-13 15:27:47 Modified files: runtime/transport: ChangeLog control.c procfs.c transport.c transport.h Log message: 2007-08-13 Martin Hunt * transport.c (_stp_transport_init): Set _stp_init_pid. * transport.h: Declare _stp_init_pid. * control.c (_stp_ctl_write_cmd): Create another state variable "initialized". Don't respond to STP_SYMBOLS or STP_MODULES unless initialized is 0. Also check that current pid is the same as the pid that did insmod. * procfs.c (_stp_ctl_write_cmd): Ditto Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.69.2.9&r2=1.69.2.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/control.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.12.2.7&r2=1.12.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/procfs.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.31.2.7&r2=1.31.2.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.41.2.1&r2=1.41.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/transport/transport.h.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.16.2.1&r2=1.16.2.2