Re: [PATCH 0/6] isolation: 1Hz residual tick offloading v5

2018-02-10 Thread Frederic Weisbecker
On Fri, Feb 09, 2018 at 08:00:06AM +0100, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > > sched/isolation: Residual 1Hz scheduler tick offload > > sched/isolation: Tick offload documentation > > Please try to start each title with a verb. > > [ ... and preferably not by p

Re: [PATCH 0/6] isolation: 1Hz residual tick offloading v5

2018-02-08 Thread Ingo Molnar
* Frederic Weisbecker wrote: > sched/isolation: Residual 1Hz scheduler tick offload > sched/isolation: Tick offload documentation Please try to start each title with a verb. [ ... and preferably not by prepending 'do' ;-) ] Beyond making changelogs more consistent, this will actua

[PATCH 0/6] isolation: 1Hz residual tick offloading v5

2018-02-08 Thread Frederic Weisbecker
This series should address most reviews from Peterz in v4: * Check that the remote tick doesn't come way too late. For that we track the last time we called update_curr() with checking tsk->se.exec_start which doesn't only account for ticks but also queue and dequeue events. * Add comment t