Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:klp_is_module

Proto:static bool klp_is_module(struct klp_object *obj)

Type:bool

Parameter:

TypeParameterName
struct klp_object *obj
49  Return external
Caller
NameDescribe
klp_find_object_modulesets obj->mod if object is not vmlinux and module is found
klp_find_object
klp_write_object_relocations
klp_init_object
__klp_enable_patch
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