kpatch/kmod/patch
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
..
kpatch-macros.h add KPATCH_WARN_*_LINE macros 2014-07-09 10:39:07 -05:00
kpatch-patch-hook.c support forced patching 2014-07-02 14:06:33 -05:00
kpatch-patch.h fixup review comments 2014-07-01 12:22:16 -05:00
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds support forced patching 2014-07-02 14:06:33 -05:00
Makefile build and install core module with make 2014-02-18 07:44:33 -06:00