summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-02-11 21:41:04 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-02-20 20:47:45 +0900
commitcc25cfc563adc48c84f1eec6432b369bcab73ca6 (patch)
tree4af04535c412fb132bb2412b2f213588c78a9214 /lib
parent7d5f52a4334c5227408b14c2e76d8840aa26f132 (diff)
downloadlinux-stable-cc25cfc563adc48c84f1eec6432b369bcab73ca6.tar.gz
linux-stable-cc25cfc563adc48c84f1eec6432b369bcab73ca6.tar.bz2
linux-stable-cc25cfc563adc48c84f1eec6432b369bcab73ca6.zip
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 'lib')
0 files changed, 0 insertions, 0 deletions