Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:klp_patch_object

Proto:int klp_patch_object(struct klp_object *obj)

Type:int

Parameter:

TypeParameterName
struct klp_object *obj
265  If WARN_ON(patched) Then Return -EINVAL
268  klp_for_each_func(obj, func)
269  ret = klp_patch_func(func)
270  If ret Then
272  Return ret
275  patched = true
277  Return 0
Caller
NameDescribe
klp_module_coming