You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kpatch-build: Enable cross compiling with env TARGET_ARCH
llvm/clang supports cross compiling of the kernel. To build livepatch in
the same cross compile environment, enable specifying TARGET_ARCH for
kpatch-build. For example, in a x86_64 host, we can build livepatch for
aarch64 kernel with:
TARGET=aarch64 kpatch-build ...
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> [removed whitespace changes]
0 commit comments