Re: [RFC PATCH v4 00/19] Core scheduling v4

From: Tim Chen
Date: Wed Nov 13 2019 - 12:16:51 EST


On 11/11/19 5:45 PM, Dario Faggioli wrote:
> On Fri, 2019-11-01 at 10:03 -0400, Vineeth Remanan Pillai wrote:
>> Hi Phil,
>>
>>> Unless I'm mistaken 7 of the first 8 of these went into sched/core
>>> and are now in linux (from v5.4-rc1). It may make sense to rebase
>>> on
>>> that and simplify the series.
>>>
>> Thanks a lot for pointing this out. We shall test on a rebased 5.4 RC
>> and post the changes soon, if the tests goes well. For v3, while
>> rebasing
>> to an RC kernel, we saw perf regressions and hence did not check the
>> RC kernel this time. You are absolutely right that we can simplify
>> the
>> patch series with 5.4 RC.
>>
> And, in case it's useful to anybody, here's a rebase of this series on
> top of 5.4-rc7:
>
> https://github.com/dfaggioli/linux/tree/wip/sched/v5.4-rc7-coresched

Thanks for the port.
>
> This also includes Tim's patch (this one
> <5e3cea14-28d1-bf1e-cabe-fb5b48fdeadc@xxxxxxxxxxxxxxx>) and is, for
> now, *only* compile tested.
>

I tested my patch on top of your port and seems to work fine.

Tim