Skip to content
Commit 46c7dd56 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 393492b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment