From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933479AbdKOSgy (ORCPT ); Wed, 15 Nov 2017 13:36:54 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:56279 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932219AbdKOSgs (ORCPT ); Wed, 15 Nov 2017 13:36:48 -0500 X-Google-Smtp-Source: AGs4zMatqnRHohTertwEdQOuMISlY0wJt1xAdZd6Sg/QYZIpYvurZm9jX+Vk/j/4WCfLuOJArk4TSg== Date: Wed, 15 Nov 2017 10:36:44 -0800 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Lai Jiangshan Subject: [GIT PULL] workqueue changes for v4.15-rc1 Message-ID: <20171115183644.GZ983427@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hello, Linus. There was a commit to make unbound kworkers respect cpu isolation but it conflicted with the restructuring of cpu isolation and got reverted, so the only thing left is the trivial comment fix. Will retry the cpu isolation change after this merge window. Thanks. The following changes since commit 9c323bff13f92832e03657cabdd70d731408d621: Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm (2017-10-20 18:20:17 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.15 for you to fetch changes up to 9a19b463863e757e649c37af245b6af101410c1e: workqueue: Fix comment for unbound workqueue's attrbutes (2017-11-06 07:04:47 -0800) ---------------------------------------------------------------- Tal Shorer (1): workqueue: respect isolated cpus when queueing an unbound work Tejun Heo (1): Revert "workqueue: respect isolated cpus when queueing an unbound work" Wang Long (1): workqueue: Fix comment for unbound workqueue's attrbutes kernel/workqueue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- tejun