OpenCloudOS-Kernel/kernel/module
Christophe Leroy 6ab9942c44 module: Introduce data_layout
In order to allow separation of data from text, add another layout,
called data_layout. For architectures requesting separation of text
and data, only text will go in core_layout and data will go in
data_layout.

For architectures which keep text and data together, make data_layout
an alias of core_layout, that way data_layout can be used for all
data manipulations, regardless of whether data is in core_layout or
data_layout.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
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: Introduce data_layout 2022-04-05 08:43:05 -07:00
kallsyms.c module: Introduce data_layout 2022-04-05 08:43:05 -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: Introduce data_layout 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: Introduce data_layout 2022-04-05 08:43:05 -07:00
sysfs.c module: Move sysfs support into a separate file 2022-04-05 08:43:04 -07:00
tree_lookup.c module: Prepare for handling several RB trees 2022-04-05 08:43:05 -07:00
version.c module: Move version support into a separate file 2022-04-05 08:43:04 -07:00