From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754633Ab2HOO1D (ORCPT ); Wed, 15 Aug 2012 10:27:03 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:42329 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781Ab2HOO07 (ORCPT ); Wed, 15 Aug 2012 10:26:59 -0400 From: Joonsoo Kim To: Tejun Heo Cc: linux-kernel@vger.kernel.org, Joonsoo Kim Subject: [PATCH v3 0/6] system_highpri_wq Date: Wed, 15 Aug 2012 23:25:35 +0900 Message-Id: <1345040741-5508-1-git-send-email-js1304@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change from v2 [1/6] No change [2/6] Change local variable name and use it directly for TP [3/6] Add a comment. [4/6] No change [5/6] Add a comment. Fix ugly indentation. [6/6] No change Change from v1 [ALL] Add cover-letter [ALL] Rebase on git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-3.7 [1/6] No change [2/6] First added into this series. [3/6] Add change log to clarify what pacth do, Add logic to handle the case "@cpu is WORK_CPU_UNBOUND" [4/6] Fix awsome mistake: Set WQ_HIGHPRI for system_highpri_wq [5/6] Adopt Tejun's comment about selection system_wq [6/6] No change This patchset introduce system_highpri_wq in order to use proper cwq for highpri worker. First 3 patches are not related to that purpose. Just fix arbitrary issues. Last 3 patches are for our purpose. Joonsoo Kim (6): workqueue: use enum value to set array size of pools in gcwq workqueue: correct req_cpu in trace_workqueue_queue_work() workqueue: change value of lcpu in __queue_delayed_work_on() workqueue: introduce system_highpri_wq workqueue: use system_highpri_wq for highpri workers in rebind_workers() workqueue: use system_highpri_wq for unbind_work kernel/workqueue.c | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) -- 1.7.9.5