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 A8A623F23A3; Fri, 6 Mar 2026 17:03:22 +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=1772816602; cv=none; b=Jws1klZLubWoZLAN4JjDitRnhufOd0+L86Z3X5ki+UqSSTb2oXW8OoVzPUxT3Y9DngHCO6BoNJWTLwGDqlAeXgQwlYtDl00Wilj3dR2e8gDe2bxSmuAdBS4IVEav9h3nOzJuuUbjtG/qNMbqisvrEfPHVHqrYSf1O6uf/my/Q6s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772816602; c=relaxed/simple; bh=ArEDItTJo6hCwcbnBFubpw6UP//5U2d0yXGHmNw662Y=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References; b=Y05gWoJJ8kyQ8R1glvPAqUnkfKbctBdA5HTDKoOliUIScAVqJrU/yVpantlFkzIhmHEQKGhL8upECH8T2oA5UGquUGaQQ8EDPkw8YZgkgc3+op5vefMCXGxkPbHIlP47IzbgmeLyOXyf4h7R5aFp/Y3yj1R4+hYDr2N/LmC2q2I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EXUmOcJQ; 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="EXUmOcJQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26EFEC4CEF7; Fri, 6 Mar 2026 17:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772816602; bh=ArEDItTJo6hCwcbnBFubpw6UP//5U2d0yXGHmNw662Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EXUmOcJQwMvQoM5JLUZNqotWVkgNWBnWW9eaHGA9avwBdzSAxEUf57raE/uvwKdiF 6oxrCndxcZcmOm7VTmEj+nVdESJQWCopztk0kS7bUNNC9OpP98H316m7NBu/ozjdmT JYpHt7SUDGPsFRR+d3FKtdifpfSU1ongVkBlhMY3hWNZUV5oV/rTmUFsaW+M1n+wqt et9fHqxf5dT9QuNpW3eY2wlAdApEPP5fCMSMHRIS0BfuKhht2m6/zNSOJuOS4Zxlw/ ZWzIkyWVoXsoo8AOBeM3JhMyQToazizi++BXxof8z89BumlXX5O/oLZtbCop6S/hSx xajtsIJ1cihgg== Date: Fri, 06 Mar 2026 07:03:21 -1000 Message-ID: <6ad9aa06d0fbfd79b0541cd134013e1d@kernel.org> From: Tejun Heo To: Waiman Long Cc: Chen Ridong , Johannes Weiner , Michal Koutny , Frederic Weisbecker , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Jon Hunter , Chen Ridong Subject: Re: [PATCH v2] cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug In-Reply-To: <20260305195329.282556-1-longman@redhat.com> References: <20260305195329.282556-1-longman@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Applied to cgroup/for-7.0-fixes. One minor note: the patch also changes system_unbound_wq to system_dfl_wq in cpuset_handle_hotplug() without mentioning it in the commit message. Thanks. -- tejun