]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: strip .o from modname before calling new_module()
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:29 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:39:20 +0000 (23:39 +0900)
commitfe21c30088e0744b301b6fdcc8a58d03962eddcb
tree9448b9e414cb9152333294e4c51817bd35a02b6f
parent8234ca8a41e2ebfe45e563dd17a2acff31fe369f
modpost: strip .o from modname before calling new_module()

new_module() conditionally strips the .o because the modname has .o
suffix when it is called from read_symbols(), but no .o when it is
called from read_dump().

It is clearer to strip .o in read_symbols().

I also used flexible-array for mod->name.

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