diff options
author | 2025-01-20 14:25:01 +0100 | |
---|---|---|
committer | 2025-01-20 14:25:01 +0100 | |
commit | 49dcb50d6ce33320c28f572f90a9bb9c33d92042 (patch) | |
tree | 4d1d3acb1183b1e094b8d8d306d5af2b24c32cf0 | |
parent | selftests: livepatch: add test cases of stack_order sysfs interface (diff) | |
parent | selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.sh (diff) | |
download | linux-rng-49dcb50d6ce33320c28f572f90a9bb9c33d92042.tar.xz linux-rng-49dcb50d6ce33320c28f572f90a9bb9c33d92042.zip |
Merge branch 'for-6.14/selftests-trivial' into for-linus
-rwxr-xr-x | tools/testing/selftests/livepatch/test-callbacks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/livepatch/test-callbacks.sh b/tools/testing/selftests/livepatch/test-callbacks.sh index 37bbc3fb2780..2a03deb26a12 100755 --- a/tools/testing/selftests/livepatch/test-callbacks.sh +++ b/tools/testing/selftests/livepatch/test-callbacks.sh @@ -259,7 +259,7 @@ $MOD_TARGET: ${MOD_TARGET}_init % insmod test_modules/$MOD_LIVEPATCH.ko pre_patch_ret=-19 livepatch: enabling patch '$MOD_LIVEPATCH' livepatch: '$MOD_LIVEPATCH': initializing patching transition -test_klp_callbacks_demo: pre_patch_callback: vmlinux +$MOD_LIVEPATCH: pre_patch_callback: vmlinux livepatch: pre-patch callback failed for object 'vmlinux' livepatch: failed to enable patch '$MOD_LIVEPATCH' livepatch: '$MOD_LIVEPATCH': canceling patching transition, going to unpatch |