From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 14E053A71A4; Wed, 13 May 2026 19:52:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778701956; cv=none; b=h0XOczsj2PJ+urQtXd0uRViqH0Gn2eIWZ4OTtyTR3gBsn4ay16YQDytnuu0ZIdj4b1DFNJ6SEcKN9c2U2H5wVBkXkYADMpENqivb3oyhegOvo6lGQP6zt5GutuGvji0lQQAsnbaYJXPsQuiHEhMpb0mDvGWQ3rJgXtXx1PgGrXA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778701956; c=relaxed/simple; bh=1nhVEAm0QATJ9hlPPcRkEOlGpmULX3bBT6q95EuBujI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=drdyR1nOF1CFreDdm1PH65RosDMNLhBJgWV0AjOzhYeD72zUHVHIYTStI6YCOo5yUUM0L3+he/wVNwRfkv2LMs5Tf7A0Ny+mSWkln3CiXJuLjRrYRxv6YC65FTfsagOocrCuV8I6vqnj97i8h2OV17JviLSyRXpmC+uzwTfgXUI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G+2O0Miu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G+2O0Miu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83F14C19425; Wed, 13 May 2026 19:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778701955; bh=1nhVEAm0QATJ9hlPPcRkEOlGpmULX3bBT6q95EuBujI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G+2O0Miubiz55ml5NjvL4VWDCfUa7OcCyfdIgL+t3c/YgeyOeXRv6VJwfuX6s0n08 raPZdb6x/siDidNt4m8bCixhwJwwtheRd9HaMrwnBbl3NnSJOYemsVQoVcRH6wthYE 6hgq+vZ6IIOm7tLH6oJZHxFs+Vj6xrnUVkTA4NJJm3J0d5IErGPYby8cbPTVx17jtR +cppIahNXiOd/f0oQl/yN6hOeV5TdV7kbHzok/q8VfvGmodlrtwSMP4bPaD1WeogXn PdmxG03GZt2BzgwE0ckz9RmNWPMLWGumtNxMdfIzlAriN0kIOWCr2+Uy8QmHP+0inn 28emZxMRlOo8w== Date: Wed, 13 May 2026 09:52:34 -1000 From: Tejun Heo To: Sun Shaojie Cc: Waiman Long , Chen Ridong , Johannes Weiner , Michal =?iso-8859-1?Q?Koutn=FD?= , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cgroup/cpuset: Return only actually allocated CPUs during partition invalidation Message-ID: References: <20260512090034.183133-1-sunshaojie@kylinos.cn> Precedence: bulk X-Mailing-List: cgroups@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260512090034.183133-1-sunshaojie@kylinos.cn> Hello, On Tue, May 12, 2026 at 05:00:34PM +0800, Sun Shaojie wrote: > From: sunshaojie ... > Fixes: 0c7f293efc87 ("cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2") > Signed-off-by: sunshaojie I applied as-is to cgroup/for-7.1-fixes but from next time on please capitalize and put a space between first and last name. Thanks. -- tejun