From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 926073F6C5F for ; Tue, 21 Jul 2026 01:27:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784597245; cv=none; b=Oqjdc40sqVvjcjZI3W5vzx/dBWC7NihZ+EbtT6RT4B0wXcqgLGutW+VxFhsLzjroHz3M6q3kvweOJt8UQXBvmKkGk8ZooDkWoQ6K6M3VH1whR3OUx450NSg6vbMFaf0/BQr2x+FO6n2fw+xOtxKGWy1cTWMXdlZ+H/DUp+bI13g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784597245; c=relaxed/simple; bh=sCrZgc39KHy8TyGx5WNHCPk11mBF6wS4RYug+nc6V+I=; h=Message-ID:Date:MIME-Version:Cc:Subject:To:References:From: In-Reply-To:Content-Type; b=mD/Ri3VqYiZYc3WXpXW64Z0lZvhltyOzgIBz+Uad0ic9U9C4yc9JKiYxjjvrrl31Bhm9BSindg1OrHiOC4dOrxq2taORJB1acwRh+7I4TZHoLZddHXocssxkdetmRbE4Ek07onbnhKRhTzax1f87FX5g8H+LHAxW2DR2h1WIWbk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=cQs2kF9u; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="cQs2kF9u" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1784597232; 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=S+lM8qOQE4WaqWeo2B6X7yANWnM1xqtKd8ZVywKa9FQ=; b=cQs2kF9uNO7J2uQamii1cRozjTdYo8VB6/82kj2uEeKOwxvljRcXcu99Z8kp8yMZtuLyUr tiKKpjxZKObbl5ZsFayK+BtFsx0kcbeAIIPoNqZhWz9GJYhAJxmv5Dnj3BcoyeolC+vxCA SoVFf/CCXh1lHTzQ5oF1rcrhpxq4p9Q= Date: Tue, 21 Jul 2026 09:26:51 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Cc: cui.tao@linux.dev, cgroups@vger.kernel.org, Tejun Heo , Johannes Weiner , Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, cuitao@kylinos.cn Subject: Re: [PATCH] cgroup/cpu: document cpu.stat nice_usec and core_sched.force_idle_usec To: Joshua Hahn , =?UTF-8?Q?Michal_Koutn=C3=BD?= References: <20260720152741.1226695-1-joshua.hahnjy@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Tao Cui In-Reply-To: <20260720152741.1226695-1-joshua.hahnjy@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2026/7/20 23:27, Joshua Hahn 写道: >> On Mon, Jul 20, 2026 at 08:02:26AM -0700, Joshua Hahn wrote: >>> I have to ask, which tree is this based on? I can't seem to find a single >>> tree that contains the "(including those in descendant cgroups)" section >>> anywhere. >> >> It is most likely linux-next which contains a nearby modification from >> [1] (or it was based on that regardless). > > Hello Michal, > > Thank you, I must have missed linux-next in my searching... that makes > a lot of sense! With that, Tao, please feel free to add my review tag: > > Reviewed-by: Joshua Hahn > Thanks Michal for the pointer, and Joshua for the tag. Based on linux-next (next-20260717). Thanks, Tao > Thanks, have a great day! > Joshua > >> HTH, >> Michal >> >> [1] https://lore.kernel.org/lkml/20260629060636.200118-1-sunshaojie@kylinos.cn/