From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 DDA7D336EC5; Wed, 24 Jun 2026 19:47:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782330455; cv=none; b=R5pQltukny1g6Mha11VcCvmC/kUqHQuQPf8Emii7MkiL3xMH5Rr3QjpA9iYjx+TjCvoTfNFJe7aiWiOpFYKwmH5nEOAM5gmMg2jXUzTN/8Uj6ZC+S3oZE0FU6QU/ozDuLu8p3yEmNCSHdse+eiJAS6+zNagwaZjznmMaeC/TuRA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782330455; c=relaxed/simple; bh=3WU9kQVmuCWNzR3Xk8fGyhiMilXuJNpHAz6XqXQsiVs=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References; b=PG34MZXLWljI58L7HhoFtp0rhPQZp6MZi1U+SAR3WcT0328nz4L0+F3rBFUCMKwxK6uv+yF61ENIEoxcbWwDmctnQ4Wv2anWfB3FWtfjRvd2H+TN5H+BjioHv99coBPx+jnKHQiiIVvOOUnb8gfJWIC9tOhWzG8FT9cKLmNYH/E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nRt6/X0T; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nRt6/X0T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51D9B1F000E9; Wed, 24 Jun 2026 19:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782330454; bh=IPp9y2W1h8wIV6L1aNRHeDOUJv4cSkPKHzb2+Tuorxg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=nRt6/X0TJjKwWm+RJ+HBbSI8se4QAEcBiIoOxpZJp5a52BG3VAG+OoL1Vce1bySi+ iWLgYsCWA2Y7WdADe20h01vu4OKPRNsCOFeMCHV9HPk/IStGGC5egixOE2P23GbSvs +iczac/ZTGbGOqRk6KD8FMusvQnAEuuLNPVKFEJ/j34FOHvCAgJJm4+FwCArVMfxsq CgxRR6/8Gw0P6w6TjtAM/9Aah/cfAFtfCMITCAYpKtkIZRI5SqQ9j6h7wUTNi9jK9R nXDDvCdIz0kflS34AnpprDmBMxndExLsASrj6XJsshQXoLlhwmEePCtxhT/Y8MRY5T Qba2Se0Copv5w== Date: Wed, 24 Jun 2026 09:47:33 -1000 Message-ID: <038bfbbc34714676b7a672b7f748aee4@kernel.org> From: Tejun Heo To: Waiman Long Cc: Johannes Weiner , Michal Koutný , Ridong Chen , Jonathan Corbet , Shuah Khan , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 0/2] cgroup/cpuset: Miscellaneous fixes and cleanups In-Reply-To: <20260623230413.1984188-1-longman@redhat.com> References: <20260623230413.1984188-1-longman@redhat.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > Waiman Long (2): > cgroup/cpuset: Avoid unnecessary cpus & mems update in > cpuset_hotplug_update_tasks() > cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in > cpuset_update_tasks_nodemask() Applied 1-2 to cgroup/for-7.3. I folded in a few minor fixups: a changelog typo, the compute_effective_nodemask() kerneldoc parameter name (new_cpus to new_mems), and the comment and doc grammar nits Manuel noted. Also added Ridong's Reviewed-by to patch 1. Thanks. -- tejun