]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Remove duplicate BTF_ID_FLAGS definitions
authorAndrea Righi <arighi@nvidia.com>
Fri, 25 Apr 2025 17:57:02 +0000 (19:57 +0200)
committerTejun Heo <tj@kernel.org>
Fri, 25 Apr 2025 18:41:02 +0000 (08:41 -1000)
commite7dcd1304b9ac08c428c84fdb96ce6a04ff2114f
treec04f9475f16d8133926c81b69eb3a6ec39293888
parenta11d6784d7316a6c77ca9f14fb1a698ebbb3c1fb
sched_ext: Remove duplicate BTF_ID_FLAGS definitions

Some kfuncs specific to the idle CPU selection policy are registered in
both the scx_kfunc_ids_any and scx_kfunc_ids_idle blocks, even though
they should only be defined in the latter.

Remove the duplicates from scx_kfunc_ids_any.

Fixes: 337d1b354a297 ("sched_ext: Move built-in idle CPU selection policy to a separate file")
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c