Re: [PATCH v3 sched_ext/for-7.3 14/36] sched_ext: Add per-shard scx_sched storage scaffolding
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:28:40 +0000, [email protected] wrote: > - [Medium] Missing `scx_alloc_pshards()` initialization for sub-schedulers. Intentional here: this patch is scaffolding plus the root allocation only. Sub-scheduler pshard allocation is wired up with the capability feature in a later patch (scx_sub_enable_workfn() calls scx_alloc_pshards()), and nothing in between touches a sub's pshard[]. Thanks. -- tejun