Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-05-01 11:40:18 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2022-05-07 21:17:01 +0300
commite76cc48d8e6df5d949284132981db73d2dd8c6b5 (patch)
treeed301148e5ef73e945734f37aa5082da06fc18c7 /arch/sparc
parentb8422711080f57cdf9fb1c0cb8683a2112bed27c (diff)
modpost: make sym_add_exported() always allocate a new symbol
Currently, sym_add_exported() does not allocate a symbol if the same name symbol already exists in the hash table. This does not reflect the real use cases. You can let an external module override the in-tree one. In this case, the external module will export the same name symbols as the in-tree one. However, modpost simply ignores those symbols, then Module.symvers for the external module loses its symbols. sym_add_exported() should allocate a new symbol. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions