Re: [PATCH 1/2] mm/damon/core-kunit: test probe_hits handling at region split and merge
SJ Park <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 18 Aug 2026 03:45:51 +0000 Jason Angelov <[email protected]> wrote: > damon_split_region_at() copies probe_hits[] and last_probe_hits[] to > the new split region. > damon_merge_two_regions() sets probe_hits[] to the size-weighted > average of the merged regions. > > Extend damon_test_split_at() and damon_test_merge_two() tests to > cover those fields. Thank you for adding these tests! > > Signed-off-by: Jason Angelov <[email protected]> Reviewed-by: SJ Park <[email protected]> Thanks, SJ [...]