mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 16:34:40 +00:00
4f27b9ae31
Organize the files functionally: - kmod/core: core kmod source - kmod/patch: patch kmod source - kpatch: kpatch script - kpatch-build: kpatch build script and supporting tools - contrib: distro-related files
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
__kpatch_patches = ADDR(.patches);
|
|
__kpatch_patches_end = ADDR(.patches) + SIZEOF(.patches);
|