Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index

CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS: Allow loading of modules with missing namespace imports

General informations

The Linux kernel configuration item CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS has multiple definitions:

Allow loading of modules with missing namespace imports found in kernel/module/Kconfig

The configuration item CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS:

Help text

Symbols exported with EXPORT_SYMBOL_NS*() are considered exported in a namespace. A module that makes use of a symbol exported with such a namespace is required to import the namespace via MODULE_IMPORT_NS(). There is no technical reason to enforce correct namespace imports, but it creates consistency between symbols defining namespaces and users importing namespaces they make use of. This option relaxes this requirement and lifts the enforcement when loading a module.

If unsure, say N.

Allow loading of modules with missing namespace imports found in init/Kconfig

The configuration item CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS:

Help text

Symbols exported with EXPORT_SYMBOL_NS*() are considered exported in a namespace. A module that makes use of a symbol exported with such a namespace is required to import the namespace via MODULE_IMPORT_NS(). There is no technical reason to enforce correct namespace imports, but it creates consistency between symbols defining namespaces and users importing namespaces they make use of. This option relaxes this requirement and lifts the enforcement when loading a module.

If unsure, say N.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index

Automatically generated (in year 2024). See also LKDDb sources on GitLab