Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Reinette Chatre <reinette.chatre@intel.com>
To: Yifan Wu <wuyifan50@huawei.com>, <tony.luck@intel.com>,
	<Dave.Martin@arm.com>, <james.morse@arm.com>,
	<babu.moger@amd.com>, <shuah@kernel.org>,
	<tan.shaopeng@fujitsu.com>, <fenghuay@nvidia.com>,
	<ben.horgan@arm.com>, <zengheng4@huawei.com>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kselftest@vger.kernel.org>, <linuxarm@huawei.com>
Cc: <prime.zeng@hisilicon.com>, <wangyushan12@huawei.com>,
	<xuwei5@huawei.com>, <wangzhou1@hisilicon.com>,
	<xiaqinxin@huawei.com>
Subject: Re: [PATCH v4 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters
Date: Thu, 3 Sep 2026 08:46:39 -0700	[thread overview]
Message-ID: <9181c643-4b6d-4a08-b0aa-4fd5099717b9@intel.com> (raw)
In-Reply-To: <20260801092429.533956-1-wuyifan50@huawei.com>

Hi Shuah,

Could you please consider this series for inclusion into kselftest's "next"?

Thank you very much

Reinette

On 8/1/26 2:24 AM, Yifan Wu wrote:
> Hi all,
> 
> This patch series introduces dynamic linked list management for IMC
> counters, enabling the tests to use all available counters detected by
> hardware instead of a fixed upper limit, without the need for array
> bounds checking.
> 
> This series is based on Reinette's patch series aimed at fixing the
> resctrl tests, available at:
> https://lore.kernel.org/lkml/cover.1775266384.git.reinette.chatre@intel.com/
> 
> Changes in v4:
> - Fix the style under Reinette's review and add Reviewed-by tags.
> 
> Changes in v3:
> - Rename functions and update comments.
> - Split the patches into incremental changes.
> - Explicitly release memory after failing to parse the imc config.
> 
> Changes in v2:
> - Fix code style and variable names.
> - Integrate linked list initialization and cleanup into patch 1.
> - Split the conversion from arrays to linked list across the remaining
>   patches.
> - Remove the IMC count and the global imcs variable.
> 
> v3: https://lore.kernel.org/all/20260522090540.444554-1-wuyifan50@huawei.com/
> v2: https://lore.kernel.org/all/20260410093352.3988125-1-wuyifan50@huawei.com/
> v1: https://lore.kernel.org/all/20260324125034.1509177-1-wuyifan50@huawei.com/
> 
> Yifan Wu (3):
>   selftests/resctrl: Introduce linked list management for IMC counters
>   selftests/resctrl: Replace counter index references with pointers
>   selftests/resctrl: Enable dynamic management of IMC counters via
>     linked list
> 
>  tools/testing/selftests/resctrl/mba_test.c    |   1 +
>  tools/testing/selftests/resctrl/mbm_test.c    |   1 +
>  tools/testing/selftests/resctrl/resctrl.h     |   2 +
>  tools/testing/selftests/resctrl/resctrl_val.c | 169 +++++++++---------
>  4 files changed, 92 insertions(+), 81 deletions(-)
> 



      parent reply	other threads:[~2026-09-03 15:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-01  9:24 [PATCH v4 0/3] selftests/resctrl: Add dynamic linked list management for IMC counters Yifan Wu
2026-08-01  9:24 ` [PATCH v4 1/3] selftests/resctrl: Introduce " Yifan Wu
2026-08-01  9:24 ` [PATCH v4 2/3] selftests/resctrl: Replace counter index references with pointers Yifan Wu
2026-08-01  9:24 ` [PATCH v4 3/3] selftests/resctrl: Enable dynamic management of IMC counters via linked list Yifan Wu
2026-09-03 15:46 ` Reinette Chatre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9181c643-4b6d-4a08-b0aa-4fd5099717b9@intel.com \
    --to=reinette.chatre@intel.com \
    --cc=Dave.Martin@arm.com \
    --cc=babu.moger@amd.com \
    --cc=ben.horgan@arm.com \
    --cc=fenghuay@nvidia.com \
    --cc=james.morse@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=prime.zeng@hisilicon.com \
    --cc=shuah@kernel.org \
    --cc=tan.shaopeng@fujitsu.com \
    --cc=tony.luck@intel.com \
    --cc=wangyushan12@huawei.com \
    --cc=wangzhou1@hisilicon.com \
    --cc=wuyifan50@huawei.com \
    --cc=xiaqinxin@huawei.com \
    --cc=xuwei5@huawei.com \
    --cc=zengheng4@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox