Re: [PATCH v5 0/2] Stop sched tick in idle injection task

2016-12-16 Thread Peter Zijlstra
On Mon, Nov 28, 2016 at 11:03:03PM -0800, Jacob Pan wrote: > Jacob Pan (1): > cpuidle: allow setting deepest idle > > Peter Zijlstra (1): > idle: add support for tasks that inject idle Rafael, OK if I carry that first patch so that the combined stuff actually compiles and such? Jacob, I assu

[PATCH v5 0/2] Stop sched tick in idle injection task

2016-11-28 Thread Jacob Pan
Changelog: v5: - Fix compile error in cpuidle patch reported by 0-day. - Reverse patch order for correct dependency. v4: - Misc comments from Ingo are addressed, including style fix, timeout handling, fork(). - Dropped powerclamp patch from this set, move to its