kpatch/kmod
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
..
core kmod/core: fix compilation with CONFIG_HAVE_ARCH_PREL32_RELOCATIONS 2018-11-14 12:33:23 +01:00
patch kmod/patch: more linking fixes 2018-12-07 16:57:39 +01:00
Makefile kmod: Fix install path 2016-05-06 10:47:43 +01:00