android_kernel_samsung_a7y1.../scripts/kconfig
Masahiro Yamada 08c479abd4 kconfig: fix broken dependency in randconfig-generated .config
[ Upstream commit c8fb7d7e48d11520ad24808cfce7afb7b9c9f798 ]

Running randconfig on arm64 using KCONFIG_SEED=0x40C5E904 (e.g. on v5.5)
produces the .config with CONFIG_EFI=y and CONFIG_CPU_BIG_ENDIAN=y,
which does not meet the !CONFIG_CPU_BIG_ENDIAN dependency.

This is because the user choice for CONFIG_CPU_LITTLE_ENDIAN vs
CONFIG_CPU_BIG_ENDIAN is set by randomize_choice_values() after the
value of CONFIG_EFI is calculated.

When this happens, the has_changed flag should be set.

Currently, it takes the result from the last iteration. It should
accumulate all the results of the loop.

Fixes: 3b9a19e08960 ("kconfig: loop as long as we changed some symbols in randconfig")
Reported-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 13:56:00 +02:00
..
lxdialog kconfig/[mn]conf: handle backspace (^H) key 2020-04-06 16:41:44 +02:00
check.sh A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
conf.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
confdata.c kconfig: fix broken dependency in randconfig-generated .config 2020-04-07 13:56:00 +02:00
expr.c kconfig: don't crash on NULL expressions in expr_eq() 2020-04-07 13:28:58 +02:00
expr.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
gconf.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
gconf.glade A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
images.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
kxgettext.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
list.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
lkc_proto.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
lkc.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mconf.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
menu.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
merge_config.sh A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
nconf.c kconfig/[mn]conf: handle backspace (^H) key 2020-04-06 16:41:44 +02:00
nconf.gui.c kconfig/[mn]conf: handle backspace (^H) key 2020-04-06 16:41:44 +02:00
nconf.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
POTFILES.in A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
qconf.cc A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
qconf.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
streamline_config.pl A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
symbol.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
util.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.gperf A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.hash.c_shipped A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.l A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.lex.c_shipped A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.tab.c_shipped A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
zconf.y A750FXXU4CTBC 2020-03-27 21:51:54 +05:30