Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\livepatch\core.h Create Date:2022-07-28 10:29:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:klp_post_unpatch_callback

Proto:static inline void klp_post_unpatch_callback(struct klp_object *obj)

Type:void

Parameter:

TypeParameterName
struct klp_object *obj
52  If post_unpatch_enabled && post_unpatch Then ( * post_unpatch)(obj)
56  post_unpatch_enabled = false
Caller
NameDescribe
klp_cleanup_module_patches_limitedRemove parts of patches that touch a given kernel module. The list of* patches processed might be limited. When limit is NULL, all patches* will be handled.
klp_module_coming
klp_complete_transitionThe transition to the target patch state is complete. Clean up the data* structures.