Re: [PATCH 00/18] mm/damon: optimize out nr_accesses_bp
From: SJ Park
Date: Tue Jun 30 2026 - 00:53:10 EST
On Mon, 29 Jun 2026 21:07:53 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
> TLDR: Replace damon_region->nr_accesses_bp, which is easy to be wrong,
> with a simpler on-demand moving sum function, damon_nr_accesses_mvsum().
Sashiko found no blocker for this series. All Sashiko findings and my
responses can be found from the complete thread [1] at lore.kernel.org.
It found a typo in the commit message of patch 14, though. I added the detail
about the typo as a reply [2] to the patch. Andrew, could you please fix the
commit message when you pick it up? If you prefer sending a new revision with
the fixup, pleae feel free to let me know.
[1] https://lore.kernel.org/20260630040812.149729-1-sj@xxxxxxxxxx
[2] https://lore.kernel.org/20260630044859.152347-1-sj@xxxxxxxxxx/
Thanks,
SJ
[...]