diff options
author | Matthias Maennich <[email protected]> | 2019-09-06 11:32:29 +0100 |
---|---|---|
committer | Jessica Yu <[email protected]> | 2019-09-10 10:30:27 +0200 |
commit | 3d52ec5e5d0dd7f8ca96a68c6756bd96e58b716b (patch) | |
tree | 51b5da97980203a40b9b1393ec5da9157d4d3215 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | cb9b55d21fe06ca5e4ba244bb5aac0afeb745c8e (diff) |
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 <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Matthias Maennich <[email protected]>
Signed-off-by: Jessica Yu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions