Re: [PATCH v4 19/19] sched: Comment affine_move_task()

2020-10-29 Thread Peter Zijlstra
On Thu, Oct 29, 2020 at 04:27:45PM +, Valentin Schneider wrote: > I too must have been thinking too much about ponies lately. > - * pending affinity completion is preceded an uninstallion of > + * pending affinity completion is preceded by an uninstallation of Hah!, took me a few tries to fig

Re: [PATCH v4 19/19] sched: Comment affine_move_task()

2020-10-29 Thread Valentin Schneider
On 23/10/20 11:12, Peter Zijlstra wrote: > + * (1) In the cases covered above. There is one more where the completion is > + * signaled within affine_move_task() itself: when a subsequent affinity > request > + * cancels the need for an active migration. Consider: > + * > + * Initial conditi

[PATCH v4 19/19] sched: Comment affine_move_task()

2020-10-23 Thread Peter Zijlstra
From: Valentin Schneider Signed-off-by: Valentin Schneider Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20201013140116.26651-2-valentin.schnei...@arm.com --- kernel/sched/core.c | 81 ++-- 1 file changed, 79 insertion