From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22928 invoked by alias); 13 Nov 2007 21:57:22 -0000 Received: (qmail 22913 invoked by uid 9512); 13 Nov 2007 21:57:21 -0000 Date: Tue, 13 Nov 2007 21:57:00 -0000 Message-ID: <20071113215721.22911.qmail@sourceware.org> From: kenistoj@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ./main.cxx ./buildrun.cxx ./buildrun.h ./C ... 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-q4/txt/msg00149.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: kenistoj@sourceware.org 2007-11-13 21:57:21 Modified files: . : main.cxx buildrun.cxx buildrun.h ChangeLog runtime/uprobes: Makefile Log message: PR 5270 * main.cxx: Restored pre-10-08 version: moved uprobes build to buildrun.cxx. * buildrun.cxx: Reworked uprobes build so that the resulting Module.symvers can be used in building the stap-generated module. If user isn't root, call verify_uprobes_uptodate() rather than trying (and failing) to rebuild uprobes.ko. * buildrun.h: uprobes_enabled() and make_uprobes() are no longer extern. * runtime/uprobes/Makefile: Added uprobes.ko target for use by verify_uprobes_uptodate(). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.80&r2=1.81 http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.cxx.diff?cvsroot=systemtap&r1=1.45&r2=1.46 http://sourceware.org/cgi-bin/cvsweb.cgi/src/buildrun.h.diff?cvsroot=systemtap&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.713&r2=1.714 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/uprobes/Makefile.diff?cvsroot=systemtap&r1=1.1&r2=1.2