Skip to content

Commit 6c89574

Browse files
committed
sched_ext: Fix scx_bpf_reenqueue_local() reference
JIRA: https://issues.redhat.com/browse/RHEL-111810 commit ae96bba Author: Christian Loehle <christian.loehle@arm.com> Date: Tue Jul 8 17:12:51 2025 +0100 sched_ext: Fix scx_bpf_reenqueue_local() reference The comment mentions bpf_scx_reenqueue_local(), but the function is provided for the BPF program implementing scx, as such the naming convention is scx_bpf_reenqueue_local(), fix the comment. Signed-off-by: Christian Loehle <christian.loehle@arm.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Phil Auld <pauld@redhat.com>
1 parent f467de3 commit 6c89574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ enum scx_enq_flags {
884884
/*
885885
* The task being enqueued was previously enqueued on the current CPU's
886886
* %SCX_DSQ_LOCAL, but was removed from it in a call to the
887-
* bpf_scx_reenqueue_local() kfunc. If bpf_scx_reenqueue_local() was
887+
* scx_bpf_reenqueue_local() kfunc. If scx_bpf_reenqueue_local() was
888888
* invoked in a ->cpu_release() callback, and the task is again
889889
* dispatched back to %SCX_LOCAL_DSQ by this current ->enqueue(), the
890890
* task will not be scheduled on the CPU until at least the next invocation

0 commit comments

Comments
 (0)