mirror of
https://github.com/dynup/kpatch
synced 2025-05-03 16:37:56 +00:00
It turns out there is a stretch of time in kernel's history when CONFIG_DEBUG_INFO_BTF was already added, but Makefile.modfinal wasn't split off yet. To address those we need to either check the file's existance or, as @liu-song-6 suggested initially, check config for CONFIG_DEBUG_INFO_BTF_MODULES=y. Signed-off-by: Artem Savkov <asavkov@redhat.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-cc | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-intermediate.h | ||
kpatch.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |