sort-of regression due to "kconfig: speed up all*config +randconfig"

From: Alexey Dobriyan
Date: Fri Sep 05 2008 - 18:49:23 EST


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@xxxxxxxxxxxx>
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@xxxxxxxxxxxx>
Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx>

: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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/