Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751709AbdH1KK1 (ORCPT ); Mon, 28 Aug 2017 06:10:27 -0400 Received: from merlin.infradead.org ([205.233.59.134]:50204 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbdH1KKL (ORCPT ); Mon, 28 Aug 2017 06:10:11 -0400 Date: Mon, 28 Aug 2017 12:09:57 +0200 From: Peter Zijlstra To: Frederic Weisbecker Cc: LKML , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Ingo Molnar , Mike Galbraith , Rik van Riel , Wanpeng Li Subject: Re: [RFC PATCH 12/12] housekeeping: Reimplement isolcpus on housekeeping Message-ID: <20170828100957.jcjhh77ylxvsyisy@hirez.programming.kicks-ass.net> References: <1503453071-952-1-git-send-email-fweisbec@gmail.com> <1503453071-952-13-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503453071-952-13-git-send-email-fweisbec@gmail.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 16 On Wed, Aug 23, 2017 at 03:51:11AM +0200, Frederic Weisbecker wrote: > We want to centralize the isolation features on the housekeeping > subsystem and scheduler isolation is a significant part of it. > > While at it, this is a proposition for a reimplementation of isolcpus= > that doesn't involve scheduler domain isolation. Therefore this > brings a behaviour change: all user tasks inherit init/1 affinity which > avoid the isolcpus= range. But if a task later overrides its affinity > which turns out to intersect an isolated CPU, load balancing may occur > on it. > > OTOH such a reimplementation that doesn't shortcut scheduler internals > makes a better candidate for an interface extension to cpuset. Not sure we can do this. It'll break users that rely on the no scheduling thing, that's a well documented part of isolcpus.