[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.0908211716580.30182@gandalf.stny.rr.com>
Date: Fri, 21 Aug 2009 17:17:43 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Ingo Molnar <mingo@...e.hu>
cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Theodore Tso <tytso@....edu>,
Arjan van de Ven <arjan@...radead.org>,
Greg KH <greg@...ah.com>,
"Luis R. Rodriguez" <mcgrof@...il.com>, zippel@...ux-m68k.org,
linux-kbuild@...r.kernel.org, Sam Ravnborg <sam@...nborg.org>,
Jonathan Corbet <corbet@....net>,
Alan Jenkins <sourcejedi.lkml@...glemail.com>,
Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH 00/14] kconfig: streamline distro configs for testers
On Fri, 21 Aug 2009, Ingo Molnar wrote:
>
> * Steven Rostedt <rostedt@...dmis.org> wrote:
>
> > On Fri, 21 Aug 2009, Ingo Molnar wrote:
> > >
> > > ah - indeed, i forgot that it bases its decision off /proc/config,
> > > if available, right?
> >
> > Here's the list in order of seach:
> >
> > 1. local .config file (in tree root)
> > 2. /proc/config.gz
> > 3. /boot/config-`uname -r`
> > 4. /boot/vmlinuz-`uname -r` (extracts .config if configured in)
> > 5. vmlinux (local built vmlinux if .config is configured in)
> > 6. /lib/modules/`uname -r`/kernel/kernel/configs.ko
> > 7. kernel/configs.ko
> > 8. kernel/configs.o
> >
> > I originally had /proc/config.gz but Andi Kleen correctly pointed
> > out that it would be more intuitive if we use the local .config
> > first. This would be something that I myself would expect. If you
> > don't want the local .config used, then simply delete it.
>
> Well, but there's already a mechanism to include configs as a
> must-have list: KCONFIG_ALLCONFIG=.config.
That's something I can add to try first.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists