mirror of
https://github.com/dynup/kpatch
synced 2025-04-30 06:57:56 +00:00
Allow the user to supply a custom kernel source directory. This copies the directory to ~/.kpatch/src instead of using it in place. Otherwise the "make mrproper" (which is needed for compiling objects in a separate tree) would modify the original source tree and remove its .config file. There's currently no caching support for this option. If needed, we could implement that pretty easily by calculating an md5sum of the original source directory. |
||
---|---|---|
.. | ||
add-patches-section.c | ||
create-diff-object.c | ||
kpatch-build | ||
link-vmlinux-syms.c | ||
Makefile |