From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 D87DC41C0C2 for ; Fri, 6 Mar 2026 18:09:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772820547; cv=none; b=kfIMPQwG+EdZaSUiHSzCMoIDbbiP0GcRQQ7I4HGWoneOMfGFGcQGcT1K6w6TsQcXHtV0gsge+kuUpaK3DNaqPWNctuGfG8xp8YaGHCeb2E0O7/x9Cy+8KOO0MZu9Wh7spcrd12a9bt7BxV+L3OGDKXBVp11HK3kZKAQVJYuWl+g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772820547; c=relaxed/simple; bh=cTjtrEat0O2hYG/Rz93+CmJURLk2pPlMvpn1bJpM/HQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ZbjAfhW33l4Eo4EYhayxdIjsM5HKX3yBSt56IPx5M5b5oe1taMnlYIahO6twFYik7YRKVJh7ndZK7Y6MuMtR1IQkANGZaglByPc7p1qESFtodU7aqXHb5RDCbVQ2bZI2/0jHct5KklmquAPuTRGCxAJFinSYc/ENVXrmlOIzm7o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=Oe3INsUX; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Oe3INsUX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1772820544; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=crfVUH228IvBNACtGUhuwt5q0L8onBsCpt4psN5HeWY=; b=Oe3INsUXxKwDwI20ARKl3h0kdyn4nPh6vvbLTohRsA+4u07chw43ublrttYKs0XNqQfIml 1cBC1tJRtjZSEgPW3T/DJ/zCn+px8+X0QSao0yp6aoWDxPRcpdN8jbKlyrWN0G4X0SOjMy vdtwYOilJ7Fm1AVls5Ec7+8J9esPkNo= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-15-RYcXcwRgOViMcMHbn2aX3w-1; Fri, 06 Mar 2026 13:09:03 -0500 X-MC-Unique: RYcXcwRgOViMcMHbn2aX3w-1 X-Mimecast-MFC-AGG-ID: RYcXcwRgOViMcMHbn2aX3w_1772820541 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id CD1F618005B8; Fri, 6 Mar 2026 18:09:00 +0000 (UTC) Received: from [10.22.81.146] (unknown [10.22.81.146]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id F0CF01956095; Fri, 6 Mar 2026 18:08:58 +0000 (UTC) Message-ID: <1591cbe6-b449-49d1-9953-2c1267d09dd9@redhat.com> Date: Fri, 6 Mar 2026 13:08:58 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug To: Tejun Heo Cc: Chen Ridong , Johannes Weiner , Michal Koutny , Frederic Weisbecker , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Jon Hunter , Chen Ridong References: <20260305195329.282556-1-longman@redhat.com> <6ad9aa06d0fbfd79b0541cd134013e1d@kernel.org> Content-Language: en-US From: Waiman Long In-Reply-To: <6ad9aa06d0fbfd79b0541cd134013e1d@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 On 3/6/26 12:03 PM, Tejun Heo wrote: > 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. Right, I forgot to mention that it is a suggestion from Frederic as system_unbound_wq will be removed in the near future. Sorry for that. Cheers, Longman