Lines Matching +full:check +full:- +full:patch
2 # SPDX-License-Identifier: GPL-2.0
15 # - load a livepatch that modifies the output from /proc/cmdline and
17 # - unload the livepatch and make sure the patch was removed
24 echo -e "FAIL\n\n"
32 echo -e "FAIL\n\n"
37 livepatch: enabling patch '$MOD_LIVEPATCH1'
50 # - load a livepatch that modifies the output from /proc/cmdline and
52 # - load another livepatch and verify that both livepatches are active
53 # - unload the second livepatch and verify that the first is still active
54 # - unload the first livepatch and verify none are active
81 livepatch: enabling patch '$MOD_LIVEPATCH1'
88 livepatch: enabling patch '$MOD_REPLACE'
110 # - load a livepatch that modifies the output from /proc/cmdline and
112 # - load two additional livepatches and check the number of livepatch modules
114 # - load an atomic replace livepatch and check that the other three modules were
116 # - remove all livepatches besides the atomic replace one and verify that the
118 # - remove the atomic replace livepatch and verify that none are active
133 if [ "$nmods" -ne 3 ]; then
142 loop_until 'mods=($SYSFS_KLP_DIR/*); nmods=${#mods[@]}; [[ "$nmods" -eq 1 ]]' ||
160 livepatch: enabling patch '$MOD_LIVEPATCH1'
167 livepatch: enabling patch '$MOD_LIVEPATCH2'
173 livepatch: enabling patch '$MOD_LIVEPATCH3'
181 livepatch: enabling patch '$MOD_REPLACE'