Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_modinfo_livepatch

Proto:static int check_modinfo_livepatch(struct module *mod, struct load_info *info)

Type:int

Parameter:

TypeParameterName
struct module *mod
struct load_info *info
2946  If get_modinfo(info, "livepatch") Then
2947  Is this a livepatch module? = true
2948  add_taint_module(mod, TAINT_LIVEPATCH, LOCKDEP_STILL_OK)
2949  pr_notice_once("%s: tainting kernel with TAINT_LIVEPATCH\n", Unique handle for this module )
2953  Return 0
Caller
NameDescribe
check_modinfo