Re: [PATCH v13 3/3] selftests: Add selftests for cachestat
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2023-05-03 15:22:44
Also in:
linux-mm, lkml
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2023-05-03 15:22:44
Also in:
linux-mm, lkml
On Tue, May 02, 2023 at 06:36:08PM -0700, Nhat Pham wrote:
Test cachestat on a newly created file, /dev/ files, and /proc/ files. Also test on a shmem file (which can also be tested with huge pages since tmpfs supports huge pages). Signed-off-by: Nhat Pham <nphamcs@gmail.com>
*and a directory Looks good to me. It covers a good set of real cases and weird cases. Acked-by: Johannes Weiner <hannes@cmpxchg.org>