kallsyms: add kallsyms_seqs_of_names to list of special symbols
authorArnd Bergmann <arnd@arndb.de>
Mon, 6 Mar 2023 10:14:50 +0000 (11:14 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 7 Mar 2023 01:35:38 +0000 (10:35 +0900)
commitced0f245ed951e2b8bd68f79c15238d7dd253662
tree209d44b07873793bc467f3f31b272b04130c1a91
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
kallsyms: add kallsyms_seqs_of_names to list of special symbols

My randconfig build setup ran into another kallsyms warning:

Inconsistent kallsyms data
Try make KALLSYMS_EXTRA_PASS=1 as a workaround

After adding some debugging code to kallsyms.c, I saw that the recently
added kallsyms_seqs_of_names symbol can sometimes cause the second stage
table to be slightly longer than the first stage, which makes the
build inconsistent.

Add it to the exception table that contains all other kallsyms-generated
symbols.

Fixes: 60443c88f3a8 ("kallsyms: Improve the performance of kallsyms_lookup_name()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kallsyms.c