From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751773AbdIEOcy (ORCPT ); Tue, 5 Sep 2017 10:32:54 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:36460 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbdIEOcw (ORCPT ); Tue, 5 Sep 2017 10:32:52 -0400 X-Google-Smtp-Source: ADKCNb6L5evJ8Je9b+5hQrlVPz2trIN/9WBuZ6ynhA+7pyrhqxk123EVfgb//7FSWDWWjH6uu19ZCw== Date: Tue, 5 Sep 2017 07:32:48 -0700 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] workqueue changes for v4.14-rc1 Message-ID: <20170905143248.GH1774378@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. Nothing major. I introduced a flag collsion bug during v4.13 cycle which is fixed in this pull request. Fortunately, the flag is for debugging / verification and the bug isn't critical. Thanks. The following changes since commit 1ad0f0a7aa1bf3bd42dcd108a96713d255eacd9f: workqueue: Work around edge cases for calc of pool's cpumask (2017-07-28 11:05:52 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.14 for you to fetch changes up to fbf1c41fc0f4d3574ac2377245efd666c1fa3075: workqueue: Fix flag collision (2017-09-05 06:34:17 -0700) ---------------------------------------------------------------- Alexei Potashnik (1): workqueue: doc change for ST behavior on NUMA systems Ben Hutchings (1): workqueue: Fix flag collision Benjamin Peterson (1): workqueue: fix path to documentation Peter Zijlstra (1): workqueue: Use TASK_IDLE Tejun Heo (1): Merge branch 'for-4.13-fixes' into for-4.14 Documentation/core-api/workqueue.rst | 10 +++++++--- include/linux/workqueue.h | 2 +- kernel/workqueue.c | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) -- tejun