From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932189AbdJUQdS (ORCPT ); Sat, 21 Oct 2017 12:33:18 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:44013 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932102AbdJUQdQ (ORCPT ); Sat, 21 Oct 2017 12:33:16 -0400 X-Google-Smtp-Source: ABhQp+Tn3j7J71nNxtscNJgXxSl7QeFljbcBsccptGlZVhPfR1ju4C6dqyXBMGZiYmuh8L2ov7GKVQ== Date: Sat, 21 Oct 2017 09:33:13 -0700 From: Tejun Heo To: Tal Shorer Cc: jiangshanlai@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] workqueue: respect isolated cpus when queueing an unbound work Message-ID: <20171021163313.GU1302522@devbig577.frc2.facebook.com> References: <20171021161533.GQ1302522@devbig577.frc2.facebook.com> <1508603364-892-1-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508603364-892-1-git-send-email-tal.shorer@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 21, 2017 at 07:29:24PM +0300, 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 to wq/for-4.15. Thanks. -- tejun