OSDN Git Service

modpost: always show verbose warning for section mismatch
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 1 Feb 2019 04:50:45 +0000 (13:50 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 13 Mar 2019 17:39:09 +0000 (02:39 +0900)
commit46c7dd56d54133e3fb9414844d90e563627f3feb
treea3876dc1bfa2c6b17185b73b596d53ab75152137
parent393492b567fd849a92795d28316292fbcaf48af1
modpost: always show verbose warning for section mismatch

Unless CONFIG_DEBUG_SECTION_MISMATCH is enabled, modpost only shows
the number of section mismatches.

If you want to know the symbols causing the issue, you need to rebuild
with CONFIG_DEBUG_SECTION_MISMATCH. It is tedious.

I think it is fine to show annoying warning when a new section mismatch
comes in.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.modpost
scripts/mod/modpost.c