[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090430185022.122124349@goodmis.org>
Date: Thu, 30 Apr 2009 14:50:22 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Theodore Tso <tytso@....edu>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
zippel@...ux-m68k.org, linux-kbuild@...r.kernel.org,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH 0/7] kconfig: more featured minimum module configs
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.
Have fun,
-- Steve
The following patches are in:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
branch: kconfig
Steven Rostedt (7):
kconfig: streamline_config.pl do not stop with no depends
kconfig: do not warn about modules built in
kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
kconfig: add check if end exists in extract-ikconfig
kconfig: have extract-ikconfig read ELF files
kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set
kconfig: search for a config to base the local(mod|yes)config on
----
kernel/Makefile | 2 +-
scripts/extract-ikconfig | 14 +++++
scripts/kconfig/streamline_config.pl | 102 +++++++++++++++++++++++++++++-----
3 files changed, 103 insertions(+), 15 deletions(-)
--
--
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