Re: [PATCH 2/2] sched/fair: Fix use of NULL with find_idlest_group

From: Peter Zijlstra
Date: Tue Aug 22 2017 - 07:03:13 EST


On Tue, Aug 22, 2017 at 11:39:26AM +0100, Brendan Jackman wrote:

> However the code movement helps - I'll combine it with Vincent's
> suggestions and post a v2.

Please also split into multiple patches, as I feel this 2/2 does too
many things. Fixing that this_*_load initialization stuff for instance
could be a separate patch.

And unlike what I did, do the whole code movement as a pure code
movement, without any additional changes.