Lines Matching +full:check +full:- +full:patch
2 # SPDX-License-Identifier: GPL-2.0
12 # - turn ftrace_enabled OFF and verify livepatches can't load
13 # - turn ftrace_enabled ON and verify livepatch can load
14 # - verify that ftrace_enabled can't be turned OFF while a livepatch is loaded
24 echo -e "FAIL\n\n"
28 # Check that ftrace could not get disabled when a livepatch is enabled
29 set_ftrace_enabled --fail 0
31 echo -e "FAIL\n\n"
39 livepatch: enabling patch '$MOD_LIVEPATCH'
41 livepatch: failed to register ftrace handler for function 'cmdline_proc_show' (-16)
42 livepatch: failed to patch object 'vmlinux'
43 livepatch: failed to enable patch '$MOD_LIVEPATCH'
50 livepatch: enabling patch '$MOD_LIVEPATCH'
64 # - verify livepatch can load
65 # - check if traces have a patched function
66 # - reset trace and unload livepatch
68 start_test "trace livepatched function and check that the live patch remains in effect"
85 livepatch: enabling patch '$MOD_LIVEPATCH'
99 # - trace a function
100 # - verify livepatch can load targgeting on the same traced function
101 # - check if the livepatch is in effect
102 # - reset trace and unload livepatch
104 start_test "livepatch a traced function and check that the live patch remains in effect"
121 livepatch: enabling patch '$MOD_LIVEPATCH'