OpenCloudOS-Kernel/kernel/module
Christophe Leroy 80b8bf4369 module: Always have struct mod_tree_root
In order to separate text and data, we need to setup
two rb trees.

This means that struct mod_tree_root is required even without
MODULES_TREE_LOOKUP.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2022-04-05 08:43:05 -07:00
..
Makefile module: Move module_enable_x() and frob_text() in strict_rwx.c 2022-04-05 08:43:04 -07:00
debug_kmemleak.c module: Move kmemleak support to a separate file 2022-04-05 08:43:04 -07:00
decompress.c module: Make internal.h and decompress.c more compliant 2022-04-05 08:42:35 -07:00
internal.h module: Always have struct mod_tree_root 2022-04-05 08:43:05 -07:00
kallsyms.c module: Rename debug_align() as strict_align() 2022-04-05 08:43:04 -07:00
kdb.c module: Move kdb module related code out of main kdb code 2022-04-05 08:43:04 -07:00
livepatch.c module: Move livepatch support to a separate file 2022-04-05 08:43:04 -07:00
main.c module: Always have struct mod_tree_root 2022-04-05 08:43:05 -07:00
procfs.c module: Move procfs support into a separate file 2022-04-05 08:43:04 -07:00
signing.c module: Move extra signature support out of core code 2022-04-05 08:43:04 -07:00
strict_rwx.c module: Rework layout alignment to avoid BUG_ON()s 2022-04-05 08:43:04 -07:00
sysfs.c module: Move sysfs support into a separate file 2022-04-05 08:43:04 -07:00
tree_lookup.c module: Move latched RB-tree support to a separate file 2022-04-05 08:43:04 -07:00
version.c module: Move version support into a separate file 2022-04-05 08:43:04 -07:00