From: Ingo Molnar <mingo@elte.hu>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Peter Zijlstra <peterz@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>,
Theodore Tso <tytso@mit.edu>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
zippel@linux-m68k.org, linux-kbuild@vger.kernel.org,
Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH 0/7] kconfig: more featured minimum module configs
Date: Wed, 6 May 2009 14:15:02 +0200 [thread overview]
Message-ID: <20090506121502.GT25203@elte.hu> (raw)
In-Reply-To: <alpine.DEB.2.00.0905011926330.20374@gandalf.stny.rr.com>
* Steven Rostedt <rostedt@goodmis.org> wrote:
>
>
> On Fri, 1 May 2009, Ingo Molnar wrote:
>
> >
> > * Steven Rostedt <rostedt@goodmis.org> wrote:
> >
> > > On Thu, 30 Apr 2009, Ingo Molnar wrote:
> > >
> > > > * Steven Rostedt <rostedt@goodmis.org> 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.
>
> Could you send me the config it used (it should print out which
> one it used) and the output of lsmod. Then I can test it locally.
'make allnoconfig' plus the module list i sent in a previous mail:
aldebaran:~/linux/linux> lsmod
Module Size Used by
sunrpc 253904 1
ipv6 349568 50
cpufreq_ondemand 73248 0
acpi_cpufreq 75408 0
freq_table 70400 2 cpufreq_ondemand,acpi_cpufreq
dm_multipath 82256 0
i2c_i801 75932 0
i2c_core 87192 1 i2c_i801
serio_raw 71556 0
pcspkr 68352 0
pata_jmicron 69504 0
iTCO_wdt 78208 0
shpchp 99160 0
iTCO_vendor_support 68868 1 iTCO_wdt
igb 144412 0
dca 71976 1 igb
pata_acpi 70528 0
ata_generic 71428 0
Ingo
prev parent reply other threads:[~2009-05-06 12:16 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-30 18:50 [PATCH 0/7] kconfig: more featured minimum module configs Steven Rostedt
2009-04-30 18:50 ` [PATCH 1/7] kconfig: streamline_config.pl do not stop with no depends Steven Rostedt
2009-04-30 18:50 ` [PATCH 2/7] kconfig: do not warn about modules built in Steven Rostedt
2009-04-30 18:50 ` [PATCH 3/7] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl Steven Rostedt
2009-04-30 21:51 ` Alan Jenkins
2009-04-30 22:53 ` Steven Rostedt
2009-04-30 18:50 ` [PATCH 4/7] kconfig: add check if end exists in extract-ikconfig Steven Rostedt
2009-04-30 18:50 ` [PATCH 5/7] kconfig: have extract-ikconfig read ELF files Steven Rostedt
2009-04-30 18:50 ` [PATCH 6/7] kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set Steven Rostedt
2009-04-30 18:50 ` [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on Steven Rostedt
2009-04-30 22:04 ` Alan Jenkins
2009-04-30 22:54 ` Steven Rostedt
2009-05-04 12:15 ` Andi Kleen
2009-05-04 12:28 ` Peter Zijlstra
2009-05-04 14:46 ` Steven Rostedt
2009-05-04 14:59 ` Andi Kleen
2009-04-30 19:10 ` [PATCH 0/7] kconfig: more featured minimum module configs Ingo Molnar
2009-04-30 22:55 ` Steven Rostedt
2009-05-01 12:01 ` Ingo Molnar
2009-05-01 23:27 ` Steven Rostedt
2009-05-06 12:15 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090506121502.GT25203@elte.hu \
--to=mingo@elte.hu \
--cc=acme@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sam@ravnborg.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=tytso@mit.edu \
--cc=zippel@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox