mirror of
https://github.com/dynup/kpatch
synced 2025-01-30 16:51:35 +00:00
5f00b0b05f
This commit adds support for patching modules. If a patch or dynrela is determined to be for a kernel module, the old_offset/src is not used and the symbol location is looked up using kallsyms. The module being patched is also references to keep if from disappearing from underneath us. This commit introduces early and limited support. The kernel module to be patched must already be loaded or the patch module will not apply. Signed-off-by: Seth Jennings <sjenning@redhat.com> |
||
---|---|---|
.. | ||
core | ||
patch | ||
Makefile |