Function report |
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 activity | Download SCCT | Chinese |
Name:klp_post_unpatch_callback
Proto:static inline void klp_post_unpatch_callback(struct klp_object *obj)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct klp_object * | obj |
52 | If post_unpatch_enabled && post_unpatch Then ( * post_unpatch)(obj) |
56 | post_unpatch_enabled = false |
Name | Describe |
---|---|
klp_cleanup_module_patches_limited | Remove 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_transition | The transition to the target patch state is complete. Clean up the data* structures. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |