mirror of
https://github.com/dynup/kpatch
synced 2024-12-15 09:54:29 +00:00
57b51d0bdc
WARN macros are problematic because they embed the line number in an instruction. As a result, when a function is changed higher in a file, the line numbers for any WARN calls below that function in the file can result in unnecessarily changed functions. These macros allow a patch author to hard code the line numbers in WARN macros to prevent functions from otherwise changing and getting pulled into a patch module unnecessarily. |
||
---|---|---|
.. | ||
kpatch-macros.h | ||
kpatch-patch-hook.c | ||
kpatch-patch.h | ||
kpatch.h | ||
kpatch.lds | ||
Makefile |