1
0
mirror of https://github.com/dynup/kpatch synced 2025-04-06 17:22:00 +00:00
kpatch/kmod
Josh Poimboeuf 57b51d0bdc add KPATCH_WARN_*_LINE macros
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.
2014-07-09 10:39:07 -05:00
..
core support forced patching 2014-07-02 14:06:33 -05:00
patch add KPATCH_WARN_*_LINE macros 2014-07-09 10:39:07 -05:00
Makefile kmod: fix uninstall path 2014-06-20 09:07:23 -05:00