Re: [PATCH v3 sched_ext/for-7.3 10/36] sched_ext: Add ops.init_cids() to finalize the cid layout before init
From: Tejun Heo
Date: Wed Jul 08 2026 - 15:10:00 EST
On Tue, 07 Jul 2026 00:36:22 +0000, sashiko-bot@xxxxxxxxxx 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