From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755456AbbCBP3b (ORCPT ); Mon, 2 Mar 2015 10:29:31 -0500 Received: from mail-qc0-f180.google.com ([209.85.216.180]:41289 "EHLO mail-qc0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753760AbbCBP33 (ORCPT ); Mon, 2 Mar 2015 10:29:29 -0500 Date: Mon, 2 Mar 2015 10:29:24 -0500 From: Tejun Heo To: Mike Galbraith Cc: Peter Zijlstra , Rik van Riel , Zefan Li , linux-kernel@vger.kernel.org, Clark Williams , Ingo Molnar , Luiz Capitulino , David Rientjes , cgroups@vger.kernel.org Subject: Re: [PATCH v4 2/2] cpusets,isolcpus: add file to show isolated cpus in cpuset Message-ID: <20150302152924.GD17694@htj.duckdns.org> References: <1424882288-2910-1-git-send-email-riel@redhat.com> <1424882288-2910-3-git-send-email-riel@redhat.com> <54EEFE15.3010005@huawei.com> <20150226121231.6fcba7e8@annuminas.surriel.com> <20150302090933.GH21418@twins.programming.kicks-ass.net> <1425300290.5863.17.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425300290.5863.17.camel@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 02, 2015 at 01:44:50PM +0100, Mike Galbraith wrote: > Hm, I'm now all system-disease-ified now (still hate the bloody thing), > and have no problem isolating cpus via cpusets, modulo workqueues > wanting a bat upside the head. It shouldn't be difficult to teach workqueue pools to follow the same rules. This matters only for the unbound ones anyway, right? Thanks. -- tejun