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 5191A2D6E72 for ; Wed, 15 Oct 2025 15:00:40 +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=1760540441; cv=none; b=itr5nLT0A8bVHg/CA2CjOyWPDJ8TQ/Z3ExpCGkQIhVEf9V6xIsksNG/pv8GOXqRCP4V0wQH1zuJ7dViQL6w6/fWQZD+0PsP1LQACRfefsFcGQo+cHlibU4JTxmd4QqGlRFqp96ZMpPY7hUV31EuTo5TB6cHntLDSfvjPJ/ZZWnw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760540441; c=relaxed/simple; bh=x/Wec3rXVzrFga/CCbUHczriHqpQebp8j91OtXO3ueY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ucR4RwPrWukFpaxndSHewCIKEz6XBnD3uKXfBMsEoWnmJHGxx2u/0zryCIS2SNzxXiQ/qe9XYPCtH0l7OuILiVTGZ1oEr3DxDo4roromPiSCOAC7qvTawZ9LGjiaijjEUtr0mwOb2WDIQZy5Nr/i4zIsmt66/vP2+E9DorfKzXY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Uec79tIl; 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="Uec79tIl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6932C4CEF8; Wed, 15 Oct 2025 15:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760540440; bh=x/Wec3rXVzrFga/CCbUHczriHqpQebp8j91OtXO3ueY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uec79tIlrFYy7zx2tJSwV/BXpEHrdMTecjkEXHvKuFg+Q84HNEEAq4hj0rJpX+iGy DTAB5VOZkigZ0VArSW7SC6Elp1Qo+RHCw6UtlDr/4XT2oKqLGUB3tD0Z221h+2t3rt lvB53gaqPzO6uMbEVBGLMF/sHSPwyuMC5Ug6HCrnML9xL4800ObakGDuSzJocV27Wz vbXBezYT/VNPdA3GXFmJG8kE4ZZhTnsGfDRzIRBAXmrchXkdl8s6FckO097mg8wFQV QCLJX1VKu+ApbLAXbIBleTYd9PyVFnLFW1qUVRl8GRg7u3lbGxtrm8JZDAGwNbRxCW /2nFPysDBEL8Q== Date: Wed, 15 Oct 2025 05:00:39 -1000 From: Tejun Heo To: Sebastian Chlad Cc: cgroups@vger.kernel.org, mkoutny@suse.com, Sebastian Chlad Subject: Re: [PATCH v3 0/2] selftests: cgroup: improve diagnostics for CPU test failures Message-ID: References: <20251015080022.14883-1-sebastian.chlad@suse.com> <20251015103358.1708-1-sebastian.chlad@suse.com> 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: <20251015103358.1708-1-sebastian.chlad@suse.com> On Wed, Oct 15, 2025 at 12:33:55PM +0200, Sebastian Chlad wrote: > Sebastian Chlad (2): > selftests: cgroup: add values_close_report helper > selftests: cgroup: Use values_close_report in test_cpu Applied to cgroup/for-6.18-fixes. Thanks. -- tejun