modpost: remove fromsym info in __ex_table section mismatch warning
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 14 May 2023 15:27:20 +0000 (00:27 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 22 May 2023 01:34:38 +0000 (10:34 +0900)
commit6c90d36be3e5140c93d3af360d012fa26966304a
tree9990885c9ce930b13e743576650acd2c93df4142
parentd0acc76a49aa917c1a455d11d32d34a01e8b2835
modpost: remove fromsym info in __ex_table section mismatch warning

report_extable_warnings() prints "from" in a pretty form, but we know
it is always located in the __ex_table section, i.e. a collection of
struct exception_table_entry.

It is very likely to fail to get the symbol name and ends up with
meaningless message:

  ... in reference from the (unknown reference) (unknown) to ...

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c