aboutsummaryrefslogtreecommitdiff
path: root/kernel/module/livepatch.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05module: Move livepatch support to a separate fileAaron Tomlin1-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]>