Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7032280ybi; Thu, 13 Jun 2019 08:26:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqyWt7ntzi1n5kZHxTID0Ct4hvUb3WqfKdH3xBcK5LazGfoTkRHFIKAZqeR1jq5WvAWDmzNB X-Received: by 2002:a17:902:b696:: with SMTP id c22mr84829300pls.119.1560439594562; Thu, 13 Jun 2019 08:26:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560439594; cv=none; d=google.com; s=arc-20160816; b=zpMNqTAJmDcQ5vIPwhHOI2Ym8HsIMZWPWZSt1Vf8fpL0WTWZCZSAe9Ia70t0nR3Pbs RTH4698nzTSmS1ItxVPWte/K66BB4K+BpqDa/OUZtEECSvVEhYd4pT3AuNfc/1G0kLaL wUXoqU7y6yEjV5nB9488FzU7ZQ9OO+FnaQSxEDEJBIxYBzZaBmwq7Trzk4CulHPXoJfO Bkf7eX55JhbsKbswNcaDOnc12f3isEOISlIO6W4KFNAQTaKuefq6tsz+xugquotNZV6l r94b2O/CHGIGYEAn1twb1LmJYotXxXdMoITzRlbmPQrb4vzACiPPKOY0MdFLq4YYp9TJ MgRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=LQSpjk0AeSk9aojIhielbZSRNeQDi08AgJ8Vh9MSybc=; b=LDhaWGaCfXvwqDu26lMqQZQRgP6ztc6hAiYbGsw8ShtbFKBsPzROnkPap88voQ/SVe v3w2k/O1bMTDz4mc0aJi6qJ02Uu+PwsKFTvPIRBMhMWKRiAL/Avf7ewid1AuKjhhVYos KB8Irba6kCysOx+ywyUl5WEnPBTKgLnmAFlfLnmsTjTrfLRyII1UT+1ucxy3G/Sg8XxH /aRegMrvhFmb4eHTL+qCAapPO9EmcOzk0oOgZPy4xDrxTxYQYqY8ahZetl5PW/nmrYGh gogPLjYsFzPWTPkex+HE9XYYz+lbw4WCs0iANPNmoTZrpArLOzcC5l2cRSWZQO5BvgCR R5Bg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e67si54916pgc.11.2019.06.13.08.26.18; Thu, 13 Jun 2019 08:26:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733300AbfFMPZW convert rfc822-to-8bit (ORCPT + 99 others); Thu, 13 Jun 2019 11:25:22 -0400 Received: from mx2.suse.de ([195.135.220.15]:58232 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731550AbfFMMCf (ORCPT ); Thu, 13 Jun 2019 08:02:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5105AAF19; Thu, 13 Jun 2019 12:02:33 +0000 (UTC) Date: Thu, 13 Jun 2019 14:02:29 +0200 From: Michal =?iso-8859-1?Q?Koutn=FD?= To: Joel Savitz Cc: Li Zefan , Tejun Heo , Waiman Long , Phil Auld , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] cpuset: restore sanity to cpuset_cpus_allowed_fallback() Message-ID: <20190613120228.GA26668@blackbody.suse.cz> References: <20190409204003.6428-1-jsavitz@redhat.com> <20190521143414.GJ5307@blackbody.suse.cz> <20190528121036.GC31588@blackbody.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190528121036.GC31588@blackbody.suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 28, 2019 at 02:10:37PM +0200, Michal Koutn? wrote: > Although, on v1 we will lose the "no longer affine to..." message > (which is what happens in your demo IIUC). FWIW, I was wrong, off by one 'state' transition. So the patch doesn't cause change in messaging (not tested though).