dynup / kpatch

kpatch - live kernel patching
GNU General Public License v2.0
1.49k stars 305 forks source link

5.10 breaks kpatch module build #1148

Closed sm00th closed 3 years ago

sm00th commented 3 years ago

commit 6212804f2d78 kbuild: do not create built-in objects for external module builds breaks kpatch module builds. This happens because kbuild no longer builds built-in targets for external modules one of which is extra-y used by kpatch's makefile to build kpatch.lds linker script.

sm00th commented 3 years ago

always-y seems to be a target we can use instead.