Lines Matching full:callbacks
20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those
22 # according to the klp_patch, their post-patch callbacks run and the
25 # - Similarly, on livepatch disable, pre-patch callbacks run before the
27 # callbacks execute and the transition completes.
67 # - On livepatch enable, only pre/post-patch callbacks are executed for
71 # pre/post-patch callbacks are executed.
74 # $MOD_TARGET) pre/post-unpatch callbacks are executed.
119 # post-unpatch callbacks are executed when this occurs.
121 # - When the livepatch is disabled, pre and post-unpatch callbacks are
166 # pre/post-patch callbacks are executed.
170 # post-unpatch callbacks are executed when this occurs.
280 # - Set a trap so subsequent pre-patch callbacks to this livepatch will
285 # the kernel module. No post-patch or pre/post-unpatch callbacks are
288 # - Pre/post-unpatch callbacks are run for the vmlinux klp_object.
330 # module. Post-patch callbacks are executed and the transition
398 # module). Note that *no* post-patch callbacks will be executed while
402 # transitioning, so its pre-unpatch callbacks are skipped.
405 # klp_object's post-patch callbacks executed, the remaining
406 # klp_object's pre-unpatch callbacks are skipped.
457 # - Load and unload two livepatches, pre and post (un)patch callbacks
506 # disabled and *none* of its pre/post-unpatch callbacks executed. On
508 # pre/post-unpatch callbacks *should* be executed.
513 # - Pre and post patch callbacks are executed for both livepatches.
516 # unpatch callbacks are executed.