Re: [PATCH v3 sched_ext/for-7.3 16/36] sched_ext: Build the set_cmask scratch from trusted geometry
Tejun Heo <[email protected]>
| Newsgroups | dev.linux.lists.sched-ext,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 07 Jul 2026 00:30:28 +0000, [email protected] wrote: > - [Low] The functions `scx_cpumask_to_cmask` and `scx_cmask_clear` were left in the codebase despite being completely unused after this patch. scx_cmask_clear() is still used - a later patch's cap-sync path calls it, it only looks unused at this point. scx_cpumask_to_cmask() is indeed now unused; it's a base helper and I'll keep it for now since a future caller is likely and it's trivial to drop later. Thanks. -- tejun