summaryrefslogtreecommitdiff
path: root/include/linux/livepatch_helpers.h
AgeCommit message (Collapse)AuthorFilesLines
2025-10-15livepatch: Introduce source code helpers for livepatch modulesJosh Poimboeuf1-0/+77
Add some helper macros which can be used by livepatch source .patch files to register callbacks, convert static calls to regular calls where needed, and patch syscalls. Acked-by: Petr Mladek <pmladek@suse.com> Tested-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>