Re: [PATCH v3 2/2] workqueue: respect isolated cpus when queueing an unbound work

2017-11-27 Thread Tejun Heo
On Fri, Nov 03, 2017 at 05:27:50PM +0200, Tal Shorer wrote: > Initialize wq_unbound_cpumask to exclude cpus that were isolated by > the cmdline's isolcpus parameter. > > Signed-off-by: Tal Shorer Applied 1-2 to wq/for-4.15-fixes. Thanks. -- tejun

Re: [PATCH v3 2/2] workqueue: respect isolated cpus when queueing an unbound work

2017-11-06 Thread Tejun Heo
On Fri, Nov 03, 2017 at 05:27:50PM +0200, Tal Shorer wrote: > Initialize wq_unbound_cpumask to exclude cpus that were isolated by > the cmdline's isolcpus parameter. > > Signed-off-by: Tal Shorer Acked-by: Tejun Heo Plese feel free to route with the prerequisite changes. If not, I'll apply th

[PATCH v3 2/2] workqueue: respect isolated cpus when queueing an unbound work

2017-11-03 Thread Tal Shorer
Initialize wq_unbound_cpumask to exclude cpus that were isolated by the cmdline's isolcpus parameter. Signed-off-by: Tal Shorer --- kernel/workqueue.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 64d0edf..a355e9d 100644 -