BACKPORT: module: show disallowed symbol name for inherit_taint()
The error log for inherit_taint() doesn't really help to find the
symbol which violates GPL rules.
For example,
if a module has 300 symbol and includes 50 disallowed symbols,
the log only shows the content below and we have no idea what symbol is.
AAA: module using GPL-only symbols uses symbols from proprietary module BBB.
It's hard for user who doesn't really know how the symbol was parsing.
This patch add symbol name to tell the offending symbols explicitly.
AAA: module using GPL-only symbols uses symbols SSS from proprietary module BBB.
Signed-off-by:
Lecopzer Chen <lecopzer.chen@mediatek.com>
Signed-off-by:
Luis Chamberlain <mcgrof@kernel.org>
Bug: 237738770
(cherry picked from commit 8eac910a)
[lecopzer: change file from kernel/module/main.c to kernel/module.c]
Signed-off-by:
Lecopzer Chen <lecopzer.chen@mediatek.com>
Change-Id: I9d7f8f68ffaf8670cc47c597404b5a8f0110b42d
Loading
Please sign in to comment