Function report |
Source Code:kernel\livepatch\core.c |
Create Date:2022-07-28 10:30:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function implements the free part that must be called outside* klp_mutex.* It must be called after klp_free_patch_start(). And it has to be* the last function accessing the livepatch structures when the patch* gets disabled.
Proto:static void klp_free_patch_finish(struct klp_patch *patch)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct klp_patch * | patch |
664 | If Not forced Then module_put(xternal ) |
Name | Describe |
---|---|
klp_free_patch_work_fn | The livepatch might be freed from sysfs interface created by the patch.* This work allows to wait until the interface is destroyed in a separate* context. |
klp_enable_patch | klp_enable_patch() - enable the livepatch*@patch: patch to be enabled* Initializes the data structure associated with the patch, creates the sysfs* interface, performs the needed symbol lookups and code relocations, |
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 |