]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Relocate scx_bpf_task_cgroup() and its BTF_ID to the end of kfunc section
authorTejun Heo <tj@kernel.org>
Sat, 7 Mar 2026 15:29:49 +0000 (05:29 -1000)
committerTejun Heo <tj@kernel.org>
Sat, 7 Mar 2026 15:29:49 +0000 (05:29 -1000)
commit26b9c7c70027f011a5f39cef9c3cf44539310a6d
tree1dea0f5307f2e9edb1b7e9399603c90d072ed6ac
parent03f5304aad0f90907475437be8052e7e70376319
sched_ext: Relocate scx_bpf_task_cgroup() and its BTF_ID to the end of kfunc section

Move scx_bpf_task_cgroup() kfunc definition and its BTF_ID entry to the end
of the kfunc section before __bpf_kfunc_end_defs() for cleaner code
organization.

No functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Emil Tsalapatis <emil@etsalapatis.com>
Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
kernel/sched/ext.c