Re: [PATCH v12 05/13] task_isolation: support CONFIG_TASK_ISOLATION_ALL

2016-05-18 Thread Chris Metcalf
On 5/18/2016 9:35 AM, Peter Zijlstra wrote: On Tue, Apr 05, 2016 at 01:38:34PM -0400, Chris Metcalf wrote: This option, similar to NO_HZ_FULL_ALL, simplifies configuring a system to boot by default with all cores except the boot core running in task isolation mode. Hurm, we still have that opti

Re: [PATCH v12 05/13] task_isolation: support CONFIG_TASK_ISOLATION_ALL

2016-05-18 Thread Peter Zijlstra
On Tue, Apr 05, 2016 at 01:38:34PM -0400, Chris Metcalf wrote: > This option, similar to NO_HZ_FULL_ALL, simplifies configuring > a system to boot by default with all cores except the boot core > running in task isolation mode. Hurm, we still have that option? I thought we killed it, because rando

[PATCH v12 05/13] task_isolation: support CONFIG_TASK_ISOLATION_ALL

2016-04-05 Thread Chris Metcalf
This option, similar to NO_HZ_FULL_ALL, simplifies configuring a system to boot by default with all cores except the boot core running in task isolation mode. Signed-off-by: Chris Metcalf --- init/Kconfig | 10 ++ kernel/isolation.c | 6 ++ 2 files changed, 16 insertions(+) d