kpatch/kmod/patch
Artem Savkov b2f40b03ce kmod/patch: more linking fixes
While adding proper linker script option my previous patch left the
linker script in the list of source files (on pre-4.20 kernels) for
ld somehow breaking kpatch callback sections. For this to work
properly kpatch.lds needs to be added to 'extra-y' instead of objs. And
for kbuild to process this option properly we need to call make without
the .ko target, i.e. let kbuild decide what to build.

Fixes: 17a97b4 ("kmod/patch: fix patch linking with 4.20")
Signed-off-by: Artem Savkov <asavkov@redhat.com>
2018-12-07 16:57:39 +01:00
..
kpatch-macros.h
kpatch-patch-hook.c
kpatch-patch.h
kpatch.h
kpatch.lds.S
livepatch-patch-hook.c trivial: __powerpc__ should be __powerpc64__ 2018-06-07 17:33:06 +10:00
Makefile kmod/patch: more linking fixes 2018-12-07 16:57:39 +01:00
patch-hook.c