====================================================================== BUILD LOG: pass/vmlinux ====================================================================== Verdict: FAIL Exit code: 1 Kernel: 6.19.0+ Toolchain: Compiler: gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4) Linker: GNU ld version 2.41-63.el10 Assembler: GNU assembler version 2.41-63.el10 ====================================================================== FULL BUILD OUTPUT ====================================================================== --- klp-build stdout --- Validating patch(es) Fixing patch(es) Building patched kernel Copying patched object files Diffing objects Building patch module: livepatch-vmlinux.ko --- klp-build stderr --- WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/livepatch/klp_test_mod.o error: klp-build: no changes detected --- diff.log --- ====================================================================== BUILD VERIFICATION ====================================================================== ====================================================================== TEST PATCH(ES) ====================================================================== --- Patch: vmlinux.patch --- --- a/kernel/livepatch/klp_test.c +++ b/kernel/livepatch/klp_test.c @@ -22,7 +22,7 @@ noinline int klp_test_function(void); */ noinline int klp_test_function(void) { - pr_info("klp_test: original function\n"); + pr_info("klp_test: vmlinux PATCHED\n"); return 42; } EXPORT_SYMBOL_GPL(klp_test_function);