Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\livepatch.h Create Date:2022-07-28 05:53:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:klp_patch_pending

Proto:static inline bool klp_patch_pending(struct task_struct *task)

Type:bool

Parameter:

TypeParameterName
struct task_struct *task
210  Return test_tsk_thread_flag(task, pending live patching update )
Caller
NameDescribe
recalc_sigpending
do_idleGeneric idle loop implementation* Called with polling cleared.
klp_send_signalsSends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.* Kthreads with TIF_PATCH_PENDING set are woken up.