Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:klp_free_objects_dynamic

Proto:static void klp_free_objects_dynamic(struct klp_patch *patch)

Type:void

Parameter:

TypeParameterName
struct klp_patch *patch
626  __klp_free_objects(patch, true)
Caller
NameDescribe
klp_discard_nopsThis function removes the dynamically allocated 'nop' functions.* We could be pretty aggressive. NOPs do not change the existing* behavior except for adding unnecessary delay by the ftrace handler.* It is safe even when the transition was forced