From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sun, 29 Aug 2004 07:22:32 +0000 Subject: Re: Latest Altix I/O code reorganization code Message-Id: <30024.1093764152@ocs3.ocs.com.au> List-Id: In-Reply-To: Your message of "Sun, 29 Aug 2004 09:16:35 +0200." <20040829071635.GB7325@mars.ravnborg.org> References: <412F4EC9.7050003@sgi.com> In-Reply-To: <412F4EC9.7050003@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sam Ravnborg Cc: Christoph Hellwig , Patrick Gefre , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Sun, 29 Aug 2004 09:16:35 +0200, Sam Ravnborg wrote: >On Sun, Aug 29, 2004 at 04:39:34PM +1000, Keith Owens wrote: >> On Fri, 27 Aug 2004 17:21:31 +0100, >> Christoph Hellwig wrote: >> >all files: lots of missing statics, try running >> >http://samba.org/ftp/unpacked/junkcode/findstatic.pl over the compiled code. >> >> ftp://ftp.ocs.com.au/pub/namespace.pl does a more rigorous check for >> symbols that can be static. namespace.pl knows about the special >> kernel symbols, linkage and EXPORT_SYMBOL(). > >Should we add it to the support scripts in the kernel? >Something like: > >make checknamespace Funny about that ... I was making a patch to send to you and akpm when your mail arrived. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266891AbUH2HWr (ORCPT ); Sun, 29 Aug 2004 03:22:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266831AbUH2HWr (ORCPT ); Sun, 29 Aug 2004 03:22:47 -0400 Received: from mail.ocs.com.au ([202.147.117.210]:13252 "EHLO mail.ocs.com.au") by vger.kernel.org with ESMTP id S264256AbUH2HWo (ORCPT ); Sun, 29 Aug 2004 03:22:44 -0400 X-Mailer: exmh version 2.6.3_20040314 03/14/2004 with nmh-1.0.4 From: Keith Owens To: Sam Ravnborg Cc: Christoph Hellwig , Patrick Gefre , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Latest Altix I/O code reorganization code In-reply-to: Your message of "Sun, 29 Aug 2004 09:16:35 +0200." <20040829071635.GB7325@mars.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 29 Aug 2004 17:22:32 +1000 Message-ID: <30024.1093764152@ocs3.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 29 Aug 2004 09:16:35 +0200, Sam Ravnborg wrote: >On Sun, Aug 29, 2004 at 04:39:34PM +1000, Keith Owens wrote: >> On Fri, 27 Aug 2004 17:21:31 +0100, >> Christoph Hellwig wrote: >> >all files: lots of missing statics, try running >> >http://samba.org/ftp/unpacked/junkcode/findstatic.pl over the compiled code. >> >> ftp://ftp.ocs.com.au/pub/namespace.pl does a more rigorous check for >> symbols that can be static. namespace.pl knows about the special >> kernel symbols, linkage and EXPORT_SYMBOL(). > >Should we add it to the support scripts in the kernel? >Something like: > >make checknamespace Funny about that ... I was making a patch to send to you and akpm when your mail arrived.