====================================================================== RUNTIME LOG: patched-tree/pass/add-test-module ====================================================================== Verdict: pass Kernel: 6.19.0 ====================================================================== RUNTIME VERIFICATION ====================================================================== Step 1: Verifying livepatch is loaded and enabled Module name: livepatch_add_test_module Livepatch sysfs exists: /sys/kernel/livepatch/livepatch_add_test_module # Read /sys/kernel/livepatch/livepatch_add_test_module/enabled $ cat /sys/kernel/livepatch/livepatch_add_test_module/enabled 1 Step 2: Verifying patched function behavior Step 2a: Checking function return value # Read /proc/klp_test $ cat /proc/klp_test 99 SUCCESS: Function returns patched value (99) Step 2b: Verifying patched pr_info() in dmesg $ dmesg | grep 'klp_test: PATCHED function' [ 4.784639] klp_test: PATCHED function SUCCESS: Patched pr_info() message found in dmesg Step 3: Disabling livepatch Livepatch livepatch_add_test_module disabled Step 4: Unloading livepatch module Module livepatch_add_test_module unloaded SUCCESS: Full livepatch lifecycle verified ====================================================================== DMESG LOG (captured during test) ====================================================================== [Tue Mar 3 13:52:46 2026] livepatch_add_test_module: loading out-of-tree module taints kernel. [Tue Mar 3 13:52:46 2026] livepatch_add_test_module: tainting kernel with TAINT_LIVEPATCH [Tue Mar 3 13:52:46 2026] livepatch: enabling patch 'livepatch_add_test_module' [Tue Mar 3 13:52:46 2026] livepatch: 'livepatch_add_test_module': starting patching transition [Tue Mar 3 13:52:47 2026] livepatch: 'livepatch_add_test_module': patching complete [Tue Mar 3 13:52:48 2026] klp_test: PATCHED function [Tue Mar 3 13:52:48 2026] livepatch: 'livepatch_add_test_module': starting unpatching transition [Tue Mar 3 13:52:49 2026] livepatch: 'livepatch_add_test_module': unpatching complete