Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\module.h Create Date:2022-07-28 05:49:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_livepatch_module

Proto:static inline bool is_livepatch_module(struct module *mod)

Type:bool

Parameter:

TypeParameterName
struct module *mod
678  Return Is this a livepatch module?
Caller
NameDescribe
klp_enable_patchklp_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,
free_moduleFree a module, remove from lists, etc.
load_moduleAllocate and load the module: note that size of section 0 is alwayszero, and we rely on this for optional sections.