Re: [PATCH v2] selftests: cachestat: Refactor test to remove duplication

2025-06-27 Thread Nhat Pham
On Tue, Jun 24, 2025 at 9:58 PM Suresh Chandrappa wrote: > > Hi @nphamcs > Can you please check the modified change Is this supposed to be on top of the earlier patch you sent out? In that case, you should send both together as a patch series. > > Thanks > Suresh K C > > > On Wed, 11 Jun 2025, 2

[PATCH v2] selftests: cachestat: Refactor test to remove duplication

2025-06-11 Thread Suresh K C
From: Suresh K C Refactored the mmap and shmem test logic into a common function to reduce code duplication and improve maintainability Changes in v2: Refactored mmap and shmem tests into a common function Renamed test function to run_cachestat_test() Removed test for /proc/cpuinfo a