Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Add 'nop' functions which simply return to the caller to run* the original function. The 'nop' functions are added to a* patch to facilitate a 'replace' mode.

Proto:static int klp_add_nops(struct klp_patch *patch)

Type:int

Parameter:

TypeParameterName
struct klp_patch *patch
519  klp_for_each_patch(old_patch)
524  If err Then Return err
529  Return 0
Caller
NameDescribe
klp_init_patch