Re: [PATCH 11/31] sched: Add @reason to sched_move_task()

From: Peter Zijlstra
Date: Mon Dec 12 2022 - 07:01:07 EST


On Tue, Nov 29, 2022 at 10:22:53PM -1000, Tejun Heo wrote:
> sched_move_task() can be called for both cgroup and autogroup moves. Add a
> parameter to distinguish the two cases. This will be used by a new
> sched_class to track cgroup migrations.

This all seems pointless, you can trivially distinguish a
cgroup/autogroup task_group if you so want (again for unspecified
raisins).