Re: [PATCH sched_ext/for-6.17 1/2] sched_ext, sched/core: Factor out struct scx_task_group
From: Peter Zijlstra
Date: Tue Jun 17 2025 - 04:52:11 EST
On Fri, Jun 13, 2025 at 03:33:10PM -1000, Tejun Heo wrote:
> From 55aa129e6add97a98340326451bdadd4c5dd3242 Mon Sep 17 00:00:00 2001
> From: Tejun Heo <tj@xxxxxxxxxx>
> Date: Fri, 13 Jun 2025 15:06:47 -1000
>
> More sched_ext fields will be added to struct task_group. In preparation,
> factor out sched_ext fields into struct scx_task_group to reduce clutter in
> the common header. No functional changes.
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
> ---
> These two patches are on top of:
>
> + Two fix pathces pending on sched_ext/for-6.16-fixes
> http://lkml.kernel.org/r/aEyy27BecPPHDWHc@xxxxxxxxxxxxxxx
> http://lkml.kernel.org/r/aEyzhBAl5zkP6Ku-@xxxxxxxxxxxxxxx
> + tip/sched/core patchset to reorganize bandwidth control interface handling
> http://lkml.kernel.org/r/20250614012346.2358261-1-tj@xxxxxxxxxx
>
> See the following git branch for the merged result:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git scx-bandwidth-control
>
> Peter, while this touches sched.h, the change is contained to scx part and
> shouldn't cause noticeable problems for other scheduler changes. I'll carry
> this through sched_ext/for-6.17. Please let me know if there are any
> concerns.
How do you want to do this dependency on the bandwidth rework? Should I
take those patches into tip/sched/core and then you base your tree on
top of that?