Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:module_load_ei_list

Proto:static void module_load_ei_list(struct module *mod)

Type:void

Parameter:

TypeParameterName
struct module *mod
103  If Not num_ei_funcs Then Return
106  Lookup and populate the error_injection_list.* For safety reasons we only allow certain functions to be overridden with* bpf_error_injection, so we need to populate the list of the symbols that have* been marked as safe for overriding.
Caller
NameDescribe
ei_module_callbackModule notifier call back, checking error injection table on the module