Re: [PATCH 0/7] mm/damon: update probe hits for runtime parameter commits
From: SJ Park
Date: Wed Jul 08 2026 - 10:43:02 EST
On Wed, 8 Jul 2026 06:53:50 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
> DAMON users can update DAMON parameters such as sampling and aggregation
> intervals at runtime. For such changes, monitoring results that depend
> on the intervals should be properly updated for better accuracy. For
> example, the access frequency counter (nr_accesses) is updated. The
> data attribute monitoring counter (probe_hits) is not being updated,
> though. Do the updates for new parameters.
Sashiko found no blocker but a wrong function name [1] on the commit message of
patch 1. In short, need s/nr_samples_per_aggr/max_nr_accesses/ for the commit
message. Please read my reply [1] for more detail.
Andrew, as it is a relatively small change on commit message, could you make
the fix when you pick the patch up? If you prefer v2, please feel free to let
me know.
[1] https://lore.kerrnel.org/20260708143130.124419-1-sj@xxxxxxxxxx
Thanks,
SJ
[...]