kpatch/kmod/kpatch.lds
Josh Poimboeuf 4feb144e98 It's alive...
The end-to-end patching works.  From object analysis to generation to
runtime patching.  It's still missing the scripting piece that will only
take a patch and kernel source dir as input.
2013-01-16 11:28:59 -06:00

5 lines
224 B
Plaintext

__kpatch_relas = ADDR(__kpatch_relas);
__kpatch_relas_end = ADDR(__kpatch_relas) + SIZEOF(__kpatch_relas);
__kpatch_patches = ADDR(__kpatch_patches);
__kpatch_patches_end = ADDR(__kpatch_patches) + SIZEOF(__kpatch_patches);