summaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-02-11 15:41:04 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2024-02-20 14:47:45 +0300
commitcc25cfc563adc48c84f1eec6432b369bcab73ca6 (patch)
tree4af04535c412fb132bb2412b2f213588c78a9214 /scripts/kconfig/symbol.c
parent7d5f52a4334c5227408b14c2e76d8840aa26f132 (diff)
downloadlinux-cc25cfc563adc48c84f1eec6432b369bcab73ca6.tar.xz
kconfig: print recursive dependency errors in the parsed order
for_all_symbols() iterates in the symbol hash table. The order of iteration depends on the hash table implementation. If you use it for printing errors, they are shown in random order. For example, the order of following test input and the corresponding error do not match: - scripts/kconfig/tests/err_recursive_dep/Kconfig - scripts/kconfig/tests/err_recursive_dep/expected_stderr Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/symbol.c')
0 files changed, 0 insertions, 0 deletions