Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_exported_symbol

Proto:static bool check_exported_symbol(const struct symsearch *syms, struct module *owner, unsigned int symnum, void *data)

Type:bool

Parameter:

TypeParameterName
const struct symsearch *syms
struct module *owner
unsigned intsymnum
void *data
502  fsa = data
504  If Not gplok Then
505  If licence == GPL_ONLY Then Return false
507  If licence == WILL_BE_GPL_ONLY && warn Then
508  pr_warn("Symbol %s is being used by a non-GPL module, which will not be allowed in the future\n", Input )
526  Output = owner
527  crc = symversion(crcs, symnum)
528  sym = start[symnum]
529  Return true
Caller
NameDescribe
find_exported_symbol_in_section