search for: calller_addr

Displaying 1 result from an estimated 1 matches for "calller_addr".

Did you mean: caller_addr
2023 Jan 26
1
[PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads
...ess the patch is > forced), so a patch author who made a mistake should quickly notice. > vhost_worker() would behave differently. Another crazy idea: /** * klp_update_patch_state_safe() - do not update the path state when * called from a livepatch. * @task: task_struct to be updated * @calller_addr: address of the function which calls this one * * Do not update the patch set when called from a livepatch. * It would allow to remove the livepatch module even when * the code still might be in use. */ void klp_update_patch_state_safe(struct task_struct *task, void *caller_addr) { static bo...