Re: [PATCH v4] sched/rt: move back to RT_GROUP_SCHED and rename it child
From: Peter Zijlstra
Date: Tue Oct 03 2023 - 12:37:46 EST
On Tue, Oct 03, 2023 at 10:55:50PM +0800, Yajun Deng wrote:
> @Peter, I think I split up this patch into 2 separate patches:
>
> sched/rt: Introduce for_each_sched_rt_entity_back() & use it
Why ?? Having that macro makes no sense what so ever. You can't use it,
unless you set up the back pointers first. It is not a self contained
piece of functionality.
> sched/rt: Move sched_rt_entity::back to under the
> CONFIG_RT_GROUP_SCHED block
This one sure.