Re: [PATCH v3 sched_ext/for-7.3 10/36] sched_ext: Add ops.init_cids() to finalize the cid layout before init
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:36:22 +0000, [email protected] wrote: > - [Medium] Inconsistent ops.init() execution order and silent ignoring of ops.init_cids() for sub-schedulers. init_cids() is root-only by design: the cid layout is global and sub-schedulers inherit it, so a sub has nothing to initialize. The init-order difference has no reader during sub-sched init. No change. Thanks. -- tejun