mirror of
https://github.com/dynup/kpatch
synced 2025-01-09 14:49:28 +00:00
4feb144e98
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.
5 lines
224 B
Plaintext
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);
|