Re: [PATCH v8 00/16] Add utilization clamping support

2019-05-09 Thread Patrick Bellasi
On 09-May 15:02, Peter Zijlstra wrote: > On Tue, Apr 02, 2019 at 11:41:36AM +0100, Patrick Bellasi wrote: > > Series Organization > > === > > > > The series is organized into these main sections: > > > > - Patches [01-07]: Per task (primary) API > > - Patches [08-09]: Schedutil

Re: [PATCH v8 00/16] Add utilization clamping support

2019-05-09 Thread Peter Zijlstra
On Tue, Apr 02, 2019 at 11:41:36AM +0100, Patrick Bellasi wrote: > Series Organization > === > > The series is organized into these main sections: > > - Patches [01-07]: Per task (primary) API > - Patches [08-09]: Schedutil integration for FAIR and RT tasks > - Patches

[PATCH v8 00/16] Add utilization clamping support

2019-04-02 Thread Patrick Bellasi
Hi all, this is a respin of: https://lore.kernel.org/lkml/20190208100554.32196-1-patrick.bell...@arm.com/ which includes the following main changes: - remove "bucket local boosting" code and move it into a dedicated patch - refactor uclamp_rq_update() to make it cleaner -