Re: [PATCH v3 sched_ext/for-7.3 11/36] sched_ext: Add CID sharding
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:06 +0000, [email protected] wrote: > - [High] `scx_bpf_cid_override()` leaves newly added shard tracking arrays stale and inconsistent. At this patch cid_override() only remaps the cpu<->cid topology; the shard-tracking arrays and their rebuild arrive in the next patch and stay consistent with an override. Nothing reads a stale shard array in between. No change. Thanks. -- tejun