Searched hist:"3 d52ec5e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/init/ |
H A D | Kconfig | 3d52ec5e Fri Sep 06 05:32:29 CDT 2019 Matthias Maennich <maennich@google.com> module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
If MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is enabled (default=n), the requirement for modules to import all namespaces that are used by the module is relaxed.
Enabling this option effectively allows (invalid) modules to be loaded while only a warning is emitted.
Disabling this option keeps the enforcement at module loading time and loading is denied if the module's imports are not satisfactory.
Reviewed-by: Martijn Coenen <maco@android.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Matthias Maennich <maennich@google.com> Signed-off-by: Jessica Yu <jeyu@kernel.org>
|