Re: [patch 2/2] sched/ext: Remove sched_fork() hack
From: Thomas Gleixner
Date: Mon Oct 28 2024 - 08:59:39 EST
On Mon, Oct 28 2024 at 13:30, Rasmus Villemoes wrote:
>> + memset(scx, 0, sizeof(*scx));
>> INIT_LIST_HEAD(&scx->dsq_list.node);
>> RB_CLEAR_NODE(&scx->dsq_priq);
>> scx->sticky_cpu = -1;
>
> Should the "must be the last" comment in include/linux/sched/ext.h also
> be removed?
Oh. Indeed. I missed that one.
Thanks for pointing it out.
tglx