kpatch/kmod/patch
Artem Savkov 04021bbfd5 kmod/patch: add kpatch.lds as a dependency for $(KPATCH_NAME).o
Starting with v5.10 kbuild no longer builds built-in targets for
external modules (including extra-y). Further it wasn't guaranteed that
extra-y targets were going to be built before linking.
Do a proper thing and add kpatch.lds as a dependency for $(KPATCH_NAME).o.

Upstream discussion for reference: https://lore.kernel.org/linux-kbuild/20201103054425.59251-1-chao.wang@ucloud.cn/

Fixes: #1148

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2020-12-17 12:43:07 +01:00
..
Makefile kmod/patch: add kpatch.lds as a dependency for $(KPATCH_NAME).o 2020-12-17 12:43:07 +01:00
kpatch-macros.h kmod: convert __section to __kpatch_section 2020-11-04 14:15:12 +08:00
kpatch-patch-hook.c kmod: add support for in-kernel livepatch hooks 2018-03-23 10:32:14 -04:00
kpatch-patch.h create-kpatch-module: Fix -Wconversion warnings 2020-02-11 19:25:10 +05:30
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds.S kmod: add support for in-kernel livepatch hooks 2018-03-23 10:32:14 -04:00
livepatch-patch-hook.c kmod/patch: check for RHEL8 when setting HAVE_SIMPLE_ENABLE 2019-08-22 15:17:58 +02:00
patch-hook.c CONFIG_LIVE_PATCHING -> CONFIG_LIVEPATCH 2015-02-04 08:32:08 -06:00