Jessica Yu 54b7784769 modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n
Currently when CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n, modpost
only warns when a module is missing namespace imports. Under this
configuration, such a module cannot be loaded into the kernel anyway, as
the module loader would reject it. We might as well return a build
error when a module is missing namespace imports under
CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n, so that the build
warning does not go ignored/unnoticed.

Signed-off-by: Jessica Yu <jeyu@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2020-03-13 10:04:36 +09:00
..
2020-02-04 03:05:24 +00:00
2017-03-28 16:16:52 +02:00
2019-12-09 11:48:21 -08:00
2020-02-01 10:01:52 -08:00
2017-11-14 18:25:40 -08:00
2019-05-06 11:12:09 -07:00
2020-02-05 10:33:44 -07:00
2014-08-20 16:03:45 +02:00