From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25788 invoked by alias); 30 Jun 2006 18:05:02 -0000 Received: (qmail 25731 invoked by uid 22791); 30 Jun 2006 18:05:01 -0000 X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_50,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from gateway.sf.frob.com (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Jun 2006 18:04:57 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id D4861357B; Fri, 30 Jun 2006 11:04:51 -0700 (PDT) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 8CA6318004B; Fri, 30 Jun 2006 11:04:51 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: fche@redhat.com (Frank Ch. Eigler) Cc: Subject: Re: pre-compiled modules In-Reply-To: Frank Ch. Eigler's message of , 30 June 2006 13:55:28 -0400 Emacs: an inspiring example of form following function... to Hell. Message-Id: <20060630180451.8CA6318004B@magilla.sf.frob.com> Date: Fri, 30 Jun 2006 19:02:00 -0000 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00734.txt.bz2 > Or, we could request some module-exported functions: Naturally. I was just giving advice on the current state of the kernel. > // already exists, just needs an EXPORT ... or abuse symbol_put_addr() ? > void module_put (struct module *) This is an inline and can already be used from modules. Thanks, Roland