| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-09 | livepatch: fix ELF typos | Alexey Dobriyan | 1 | -5/+5 | |
| ELF is acronym. Signed-off-by: Alexey Dobriyan <[email protected]> Reviewed-by: Petr Mladek <[email protected]> Signed-off-by: Petr Mladek <[email protected]> Link: https://lore.kernel.org/r/Y/3vWjQ/SBA5a0i5@p183 | |||||
| 2022-04-05 | module: Move livepatch support to a separate file | Aaron Tomlin | 1 | -0/+74 | |
| 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 <[email protected]> Tested-by: Petr Mladek <[email protected]> Signed-off-by: Aaron Tomlin <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]> | |||||