From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756548AbZEAMCZ (ORCPT ); Fri, 1 May 2009 08:02:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756502AbZEAMCP (ORCPT ); Fri, 1 May 2009 08:02:15 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:47371 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754002AbZEAMCO (ORCPT ); Fri, 1 May 2009 08:02:14 -0400 Date: Fri, 1 May 2009 14:01:00 +0200 From: Ingo Molnar To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Theodore Tso , Arnaldo Carvalho de Melo , zippel@linux-m68k.org, linux-kbuild@vger.kernel.org, Sam Ravnborg Subject: Re: [PATCH 0/7] kconfig: more featured minimum module configs Message-ID: <20090501120100.GC24706@elte.hu> References: <20090430185022.122124349@goodmis.org> <20090430191001.GA14108@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > On Thu, 30 Apr 2009, Ingo Molnar wrote: > > > * Steven Rostedt wrote: > > > > > This set of patches adds on top of my previous post. > > > > > > It fixes CONFIG_IKCONFIG when CONFIG_IKCONFIG_PROC is not set. > > > (gcc optimizes the config out!) > > > > > > As a request from Ingo, it now enables IKCONFIG and will also use > > > various locations to find a config to base against. > > > > hm, now 'make localyesconfig' done on a Fedora distro kernel > > produces something very close to an allyesconfig: > > > > -rw-rw-r-- 1 mingo mingo 91930 2009-04-30 20:03 .config > > aldebaran:~/linux/linux> grep =y .config | wc -l > > 3398 > > > > is that expected? > > What config did it use? If it uses an allyesconfig that was > already made then it will not disable anything. i used a regular config - then i also tried an allnoconfig - but no change in the result, bloated .config. Ingo