| #
91fb02f3 |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move kallsyms support into a separate file
No functional change.
This patch migrates kallsyms code out of core module code kernel/module/kallsyms.c
Signed-off-by: Aaron Tomlin <atomlin@red
module: Move kallsyms support into a separate file
No functional change.
This patch migrates kallsyms code out of core module code kernel/module/kallsyms.c
Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|
| #
473c84d1 |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move kmemleak support to a separate file
No functional change.
This patch migrates kmemleak code out of core module code into kernel/module/debug_kmemleak.c
Reviewed-by: Christophe Leroy <
module: Move kmemleak support to a separate file
No functional change.
This patch migrates kmemleak code out of core module code into kernel/module/debug_kmemleak.c
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|
| #
b33465fe |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move strict rwx support to a separate file
No functional change.
This patch migrates code that makes module text and rodata memory read-only and non-text memory non-executable from core mod
module: Move strict rwx support to a separate file
No functional change.
This patch migrates code that makes module text and rodata memory read-only and non-text memory non-executable from core module code into kernel/module/strict_rwx.c.
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|
| #
58d208de |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move latched RB-tree support to a separate file
No functional change.
This patch migrates module latched RB-tree support (e.g. see __module_address()) from core module code into kernel/modu
module: Move latched RB-tree support to a separate file
No functional change.
This patch migrates module latched RB-tree support (e.g. see __module_address()) from core module code into kernel/module/tree_lookup.c.
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|
| #
1be9473e |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move livepatch support to a separate file
No functional change.
This patch migrates livepatch support (i.e. used during module add/or load and remove/or deletion) from core module code into
module: Move livepatch support to a separate file
No functional change.
This patch migrates livepatch support (i.e. used during module add/or load and remove/or deletion) from core module code into kernel/module/livepatch.c. At the moment it contains code to persist Elf information about a given livepatch module, only. The new file was added to MAINTAINERS.
Reviewed-by: Petr Mladek <pmladek@suse.com> Tested-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|
| #
cfc1d277 |
| 22-Mar-2022 |
Aaron Tomlin <atomlin@redhat.com> |
module: Move all into module/
No functional changes.
This patch moves all module related code into a separate directory, modifies each file name and creates a new Makefile. Note: this effort is in
module: Move all into module/
No functional changes.
This patch moves all module related code into a separate directory, modifies each file name and creates a new Makefile. Note: this effort is in preparation to refactor core module code.
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Aaron Tomlin <atomlin@redhat.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
show more ...
|