From: Ingo Molnar <mingo@elte.hu>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Theodore Tso <tytso@mit.edu>,
Arjan van de Ven <arjan@infradead.org>, Greg KH <greg@kroah.com>,
"Luis R. Rodriguez" <mcgrof@gmail.com>,
zippel@linux-m68k.org, linux-kbuild@vger.kernel.org,
Sam Ravnborg <sam@ravnborg.org>, Jonathan Corbet <corbet@lwn.net>,
Alan Jenkins <sourcejedi.lkml@googlemail.com>,
Andi Kleen <andi@firstfloor.org>
Subject: Re: [PATCH 00/14] kconfig: streamline distro configs for testers
Date: Fri, 21 Aug 2009 21:51:31 +0200 [thread overview]
Message-ID: <20090821195131.GE5356@elte.hu> (raw)
In-Reply-To: <alpine.DEB.2.00.0908211253080.30182@gandalf.stny.rr.com>
* Steven Rostedt <rostedt@goodmis.org> wrote:
>
> On Fri, 21 Aug 2009, Ingo Molnar wrote:
>
> >
> > * Steven Rostedt <rostedt@goodmis.org> wrote:
> >
> > >
> > > On Fri, 21 Aug 2009, Steven Rostedt wrote:
> > > >
> > > > OK, I found the bug. There's a dependency missing.
> > > >
> > > > $ make localyesconfig
> > > > HOSTCC scripts/basic/fixdep
> > > > HOSTCC scripts/basic/docproc
> > > > HOSTCC scripts/basic/hash
> > > > using config: '/boot/config-2.6.27.25-78.2.56.fc9.x86_64'
> > > > /bin/sh: line 8: scripts/kconfig/conf: No such file or directory
> > > > make[1]: *** [localyesconfig] Error 127
> > > > make: *** [localyesconfig] Error 2
> > > >
> > > > Thus the script failed to run. But the sed command that converts the '=m'
> > > > to '=y' still ran. This gives us a distro config with all modules
> > > > converted to built in!
> > >
> > > Funny that localmodconfig does not have this bug.
> >
> > ... add to that i dont use modules much so i probably hit that
> > localyesconfig bug ;-)
> >
> > btw: mind adding localrandconfig too? It would be a perfect tool to
> > randomize all configs except a 'must have' core set of options.
> >
> > ( Or is this already possible via some existing kconfig feature? I
> > remember having seen something related, did that ever get
> > upstream? A quick grep in scripts/ shows nothing but i might have
> > missed it.)
>
> OK, I'll add that to my todo list. Note, it the local config is
> only as good as the starting .config. That is, it never touches =y
> settings, because it only uses loaded modules as a base. Thus if
> something is set to =y it will always be set to =y.
>
> What would you have in mind. Just randomly enabling modules? If we
> enable a "y" config then the next local*config will still keep
> that set.
Why - isnt local*config picking up environmental (currently running
kernel) properties? I.e. it would always set those things that are
needed - and randomize the rest. Have i misunderstood how it works?
Ingo
next prev parent reply other threads:[~2009-08-21 19:51 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-19 2:56 [PATCH 00/14] kconfig: streamline distro configs for testers Steven Rostedt
2009-08-19 2:56 ` [PATCH 01/14] kconfig: add streamline_config.pl to scripts Steven Rostedt
2009-08-19 2:56 ` [PATCH 02/14] kconfig: make localmodconfig to run streamline_config.pl Steven Rostedt
2009-08-19 2:56 ` [PATCH 03/14] kconfig: add make localyesconfig option Steven Rostedt
2009-08-19 2:56 ` [PATCH 04/14] kconfig: streamline_config.pl do not stop with no depends Steven Rostedt
2009-08-19 2:56 ` [PATCH 05/14] kconfig: do not warn about modules built in Steven Rostedt
2009-08-19 2:56 ` [PATCH 06/14] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl Steven Rostedt
2009-08-19 2:56 ` [PATCH 07/14] kconfig: add check if end exists in extract-ikconfig Steven Rostedt
2009-08-19 2:56 ` [PATCH 08/14] kconfig: have extract-ikconfig read ELF files Steven Rostedt
2009-08-19 2:56 ` [PATCH 09/14] kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set Steven Rostedt
2009-08-19 2:56 ` [PATCH 10/14] kconfig: search for a config to base the local(mod|yes)config on Steven Rostedt
2009-08-19 2:56 ` [PATCH 11/14] kconfig: unset IKCONFIG_PROC and clean up nesting Steven Rostedt
2009-08-19 2:56 ` [PATCH 12/14] kconfig: test for /boot/config-uname after /proc/config.gz in localconfig Steven Rostedt
2009-08-19 2:56 ` [PATCH 13/14] kconfig: make local .config default for streamline_config Steven Rostedt
2009-08-19 2:56 ` [PATCH 14/14] kconfig: test if a .config already exists Steven Rostedt
2009-08-19 14:29 ` [PATCH 00/14] kconfig: streamline distro configs for testers Greg KH
2009-08-20 21:30 ` Andrew Morton
2009-08-20 21:43 ` Steven Rostedt
2009-08-20 22:13 ` Andrew Morton
2009-08-21 13:52 ` Ingo Molnar
2009-08-21 15:08 ` Steven Rostedt
2009-08-21 16:32 ` Ingo Molnar
2009-08-21 17:39 ` Steven Rostedt
2009-08-21 21:39 ` Sam Ravnborg
2009-08-21 9:21 ` Amerigo Wang
2009-08-21 14:35 ` Ingo Molnar
2009-08-21 14:50 ` Steven Rostedt
2009-08-21 14:54 ` Ingo Molnar
2009-08-21 16:03 ` Steven Rostedt
2009-08-21 16:05 ` Steven Rostedt
2009-08-21 16:28 ` Ingo Molnar
2009-08-21 16:55 ` Steven Rostedt
2009-08-21 19:51 ` Ingo Molnar [this message]
2009-08-21 20:12 ` Steven Rostedt
2009-08-21 20:32 ` Greg KH
2009-08-21 20:34 ` Steven Rostedt
2009-08-21 20:39 ` Ingo Molnar
2009-08-21 20:52 ` Steven Rostedt
2009-08-21 21:02 ` Ingo Molnar
2009-08-21 21:17 ` Steven Rostedt
2009-08-21 16:52 ` [PATCH] kconfig: add missing dependency of conf to localyesconfig Steven Rostedt
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=20090821195131.GE5356@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=arjan@infradead.org \
--cc=corbet@lwn.net \
--cc=greg@kroah.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@gmail.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sam@ravnborg.org \
--cc=sourcejedi.lkml@googlemail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.