From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932856AbbKDUpA (ORCPT ); Wed, 4 Nov 2015 15:45:00 -0500 Received: from mail-yk0-f174.google.com ([209.85.160.174]:34688 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932531AbbKDUo7 (ORCPT ); Wed, 4 Nov 2015 15:44:59 -0500 Date: Wed, 4 Nov 2015 15:44:55 -0500 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] workqueue changes for v4.4-rc1 Message-ID: <20151104204455.GA396@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. This pull request contains one patch to make an unbound worker pool allocated from the NUMA node containing it if such node exists. As unbound worker pools are node-affine by default, this makes most pools allocated on the right node. Thanks. The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622: Linux 4.3-rc5 (2015-10-11 11:09:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.4 for you to fetch changes up to e2273584d3f33f7f2cfe6d7aaade0fa2f1cb3db5: workqueue: Allocate the unbound pool using local node memory (2015-10-12 12:17:31 -0400) ---------------------------------------------------------------- Xunlei Pang (1): workqueue: Allocate the unbound pool using local node memory kernel/workqueue.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) -- tejun