[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080905225047.GG11569@x200.localdomain>
Date: Sat, 6 Sep 2008 02:50:47 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: sam@...nborg.org
Cc: akpm@...l.org, linux-kernel@...r.kernel.org
Subject: sort-of regression due to "kconfig: speed up all*config +
randconfig"
Sam, allmodconfig automatic testing is on fire!
I use KCONFIG_ALLCONFIG= heavily to pin some config options to N and
now CONFIG_MODULES aren't set to y after allmodconfig.
Step to reproduce:
rm .config
rm 1
touch 1
make KCONFIG_ALLCONFIG=1 allmodconfig >/dev/null
grep CONFIG_MODULES .config
CONFIG_MODULES is =n after this patch, which is strange given definition
of allmodconfig.
If KCONFIG_ALLCONFIG= is removed, MODULES are back to =y.
f443d2eccf077afd8a839cc7ed66cc4d520c5f05 is first bad commit
commit f443d2eccf077afd8a839cc7ed66cc4d520c5f05
Author: Sam Ravnborg <sam@...nborg.org>
Date: Mon Jun 30 22:45:38 2008 +0200
kconfig: speed up all*config + randconfig
Drop the chatty mode when we generate the all*config, randconfig
configurations.
Ths speeds up the process considerably and noone looked
at the output anyway.
This patch uses the conf_set_all_new_symbols() function
just added to kconfig.
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
Cc: Roman Zippel <zippel@...ux-m68k.org>
:040000 040000 abd92c139f2ed97f93b1c9475023f713103f11f3 509069e7fb8fc2e2139f65b14b136febd20ac102 M scripts
--
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