Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:free_loglevel_state

Proto:static void free_loglevel_state(void)

Type:void

Parameter:Nothing

80  loglevel_state = klp_get_state( & patch, CONSOLE_LOGLEVEL_STATE)
81  If Not loglevel_state Then Return
84  pr_info("%s: freeing space for the stored console_loglevel\n", __func__)
86  kfree(data)
Caller
NameDescribe
post_unpatch_callbackExecuted on object unpatching (ie, patch disablement)