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 8E97B446AD for ; Mon, 19 Feb 2024 16:53:47 +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=1708361629; cv=none; b=lfbNXu+1m0WzIP6vAnVFKTlfge8/JYxiPUOk2g44xrsW2K+/uYBhSEFbk23ontCkgSgo5H5uj8CJcuMQJsBfA6n4idpR/VJC+3Cc7o0pQqgRnlkDdErqObxHNPfiKy7rY96eJ263glCz/sE3R1Ils5zWcOyN5tjTPNvcSoEKsew= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708361629; c=relaxed/simple; bh=+gM62Fr0tlm9SVE1a+AAW8arOdXdkRf5wez0pQBjaPI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=PWqyguvypMh0YtLCNt5V6anz9wEtYrLF+Y9zk41JVwObeB1acTCmupbWDFDjwwy016rek1YddHrbOOUakipooJtwJuThP0AKTLcPcIPqdhXqNAzi4S22Ydu1aPf27/GF4JgkMBCQtcBq1pUC0kGyy18o50+9WJvZIftTxYNA7Hs= 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 99C671007; Mon, 19 Feb 2024 08:54:26 -0800 (PST) Received: from [10.1.197.60] (eglon.cambridge.arm.com [10.1.197.60]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4C8CB3F762; Mon, 19 Feb 2024 08:53:44 -0800 (PST) Message-ID: Date: Mon, 19 Feb 2024 16:53:43 +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 v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking Content-Language: en-GB To: babu.moger@amd.com, x86@kernel.org, linux-kernel@vger.kernel.org Cc: Fenghua Yu , Reinette Chatre , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , shameerali.kolothum.thodi@huawei.com, D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, tan.shaopeng@fujitsu.com, baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , peternewman@google.com, dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand References: <20240213184438.16675-1-james.morse@arm.com> <68983917-3f99-424e-8181-fbfae105dea6@amd.com> From: James Morse In-Reply-To: <68983917-3f99-424e-8181-fbfae105dea6@amd.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Babu, On 14/02/2024 15:01, Moger, Babu wrote: > Sanity tested the series again on AMD system. Everything looks good. > > Tested-by: Babu Moger Thanks! James