Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754762AbXKVMBd (ORCPT ); Thu, 22 Nov 2007 07:01:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754564AbXKVMBW (ORCPT ); Thu, 22 Nov 2007 07:01:22 -0500 Received: from mx1.redhat.com ([66.187.233.31]:51469 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390AbXKVMBV (ORCPT ); Thu, 22 Nov 2007 07:01:21 -0500 From: "Arnaldo Carvalho de Melo" Date: Thu, 22 Nov 2007 10:01:10 -0200 To: Andi Kleen Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sam@ravnborg.org, rusty@rustcorp.com.au Subject: Re: [PATCH RFC] [1/9] Core module symbol namespaces code and intro. Message-ID: <20071122120110.GA17441@ghostprotocols.net> Mail-Followup-To: Arnaldo Carvalho de Melo , Andi Kleen , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sam@ravnborg.org, rusty@rustcorp.com.au References: <20071122343.446909000@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071122343.446909000@suse.de> X-Url: http://oops.ghostprotocols.net:81/blog Organization: OOPS Labs User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1152 Lines: 23 Em Thu, Nov 22, 2007 at 03:43:06AM +0100, Andi Kleen escreveu: > > There seems to be rough consensus that the kernel currently has too many > exported symbols. A lot of these exports are generally usable utility > functions or important driver interfaces; but another large part are functions > intended by only one or two very specific modules for a very specific purpose. > One example is the TCP code. It has most of its internals exported, but > only for use by tcp_ipv6.c (and now a few more by the TCP/IP congestion modules) > But it doesn't make sense to include these exported for a specific module > functions into a broader "kernel interface". External modules assume > they can use these functions, but they were never intended for that. Thank you for doing this. Creating the DCCP and its congestion control infrastructure (CCID) module namespaces is now on my TODO list. :-) - Arnaldo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/