From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AF208270EC9 for ; Fri, 28 Feb 2025 19:56:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740772568; cv=none; b=gw3OyXWYxW21FuakRFWQ/wSizHpQYY3LtMte57YaVrbEiVFrqyMO/pLaSFYxCHa0/C9VNFzpu4G+H7EfPe9lVqfwOjf728p8ryTGklFsNSzxOIsoJ/LqYt8vdC/pOWTcieRmqy1F9k8nkYNFjkIoumD9UWxnWVfeP3QsFgdm67Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740772568; c=relaxed/simple; bh=QTPljLvoBRjxcBFgG8scRYG7iEFNAdEAKaFBc/QNG+0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=QQtFKb4haCi0f9oAQF+TaG1mPO73YBSxoetznF9LxP7obQpG+zI9NHQ/JE4f86sh0VXlnuZTPKsCVxIQpmHc/o/C5wG/fjVcW5vI4tQ77iEnI5gy6bdQcSWpnPl39w31xqGeUypdq5HwFbLzlAl9sGNUMulR1SfWzEfdVY7pbuM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5D711176A; Fri, 28 Feb 2025 11:56:21 -0800 (PST) Received: from [10.1.197.49] (eglon.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CFCE53F5A1; Fri, 28 Feb 2025 11:56:00 -0800 (PST) Message-ID: <5c5b0519-73fd-41e4-92f4-939a9b43a8fe@arm.com> Date: Fri, 28 Feb 2025 19:55:55 +0000 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 v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl To: "Shaopeng Tan (Fujitsu)" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" Cc: Reinette Chatre , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , "shameerali.kolothum.thodi@huawei.com" , D Scott Phillips OS , "carl@os.amperecomputing.com" , "lcherian@marvell.com" , "bobo.shaobowang@huawei.com" , "baolin.wang@linux.alibaba.com" , Jamie Iles , Xin Hao , "peternewman@google.com" , "dfustini@baylibre.com" , "amitsinght@marvell.com" , David Hildenbrand , Rex Nie , Dave Martin , Koba Ko , Shanker Donthineni References: <20250207181823.6378-1-james.morse@arm.com> Content-Language: en-GB From: James Morse In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello!, On 28/02/2025 01:15, Shaopeng Tan (Fujitsu) wrote: > I ran resctrl selftest on Intel(R) Xeon(R) Gold 6338T CPU @ 2.10GHz, there is no problem. > > Tested-by: Shaopeng Tan Thank-you for your testing work. James