Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_modinfo

Proto:static char *get_modinfo(const struct load_info *info, const char *tag)

Type:char

Parameter:

TypeParameterName
const struct load_info *info
const char *tag
2569  Return get_next_modinfo(info, tag, NULL)
Caller
NameDescribe
verify_namespace_is_imported
setup_modinfo
check_modinfo_livepatch
check_modinfo_retpoline
setup_load_infoSet up our basic convenience variables (pointers to section headers,* search for module section index etc), and do some basic section* verification.* Set info->mod to the temporary copy of the module in info->hdr. The final one
check_modinfo