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

From: Brendan Jackman
Date: Tue Aug 22 2017 - 08:46:20 EST



On Tue, Aug 22 2017 at 11:03, Peter Zijlstra wrote:
> 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.

Sure. It was initially multiple patches but there were confusing
dependencies between them, so I squashed it. I don' think that will be a
problem in light of the new suggestions from you & Vincent.

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

Will do.