Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932573AbWJBBPi (ORCPT ); Sun, 1 Oct 2006 21:15:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932574AbWJBBPi (ORCPT ); Sun, 1 Oct 2006 21:15:38 -0400 Received: from xenotime.net ([66.160.160.81]:46257 "HELO xenotime.net") by vger.kernel.org with SMTP id S932573AbWJBBPh (ORCPT ); Sun, 1 Oct 2006 21:15:37 -0400 Date: Sun, 1 Oct 2006 18:17:02 -0700 From: Randy Dunlap To: Andrew Morton Cc: linux-kernel@vger.kernel.org, rossb@google.com, sam@ravnborg.org Subject: Re: + allow-proc-configgz-to-be-built-as-a-module.patch added to -mm tree Message-Id: <20061001181702.f0fce3ac.rdunlap@xenotime.net> In-Reply-To: <20060915164135.34adb303.akpm@osdl.org> References: <200609152158.k8FLw7ud018089@shell0.pdx.osdl.net> <20060915154752.d7bdb8a0.rdunlap@xenotime.net> <20060915164135.34adb303.akpm@osdl.org> Organization: YPO4 X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2412 Lines: 69 On Fri, 15 Sep 2006 16:41:35 -0700 Andrew Morton wrote: > On Fri, 15 Sep 2006 15:47:52 -0700 > "Randy.Dunlap" wrote: > > > On Fri, 15 Sep 2006 14:58:06 -0700 akpm@osdl.org wrote: > > > > > > > > The patch titled > > > > > > allow /proc/config.gz to be built as a module > > > > > > has been added to the -mm tree. Its filename is > > > > > > allow-proc-configgz-to-be-built-as-a-module.patch > > > > > > See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find > > > out what to do about this > > > > > > ------------------------------------------------------ > > > Subject: allow /proc/config.gz to be built as a module > > > From: Ross Biro > > > > When/where was this patch submitted? I seem to have missed it > > (or it was so long ago that I forgot about it). > > Ross wrote it today and I stole it. > > > > The driver for /proc/config.gz consumes rather a lot of memory and it is in > > > fact possible to build it as a module. > > > > Can you try to quantify "rather a lot of memory"? > > I confused it with /proc/kallsyms. No, /proc/config.gz doesn't use much > memory. > > > > In some ways this is a bit risky, because the .config which is used for > > > compiling kernel/configs.c isn't necessarily the same as the .config which was > > > used to build vmlinux. > > > > and that's why a module wasn't allowed. > > It's not worth the risk IMO. ************************************************* > I'd want to be hearing from distro people on that - I'd expect that the ************************************************* > .config which is used to build configs.ko would not differ from that which > is used to build vmlinux. Can any of the distro people chime in here? Andrew merged this patch to mainline today. Several people had disagreed with merging it, but now Andrew says we need more discussion (if or) in order to revert it. > Plus it's configurable. > > Am not particularly fussed either way, really. It would be better if > treading on /proc/config.gz were to cause a modprobe of the driver for it, > but procfs doesn't work that way. --- ~Randy - 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/