Re: [PATCH v2] mm/damon: document that a zero sample_interval is accepted

From: SJ Park

Date: Fri Sep 18 2026 - 09:44:04 EST


Hello Karthikeyan,


>From the next time, please don't post a new version of a patch as a reply to
the thread. Post it as a new thread instead. Also please add a links to the
previous revisions in the changelog [1].

On Fri, 18 Sep 2026 13:13:01 +0000 Karthikeyan KS <karthiproffesional@xxxxxxxxx> wrote:

> damon_set_attrs() accepts sample_interval == 0. This was reported as
> a bug in v1 of this patch (rejecting it in damon_set_attrs()). A
> similar patch was already declined for the same reason: a zero
> interval is intentionally supported [1].
>
> Document the behavior instead of changing it.
>
> [1] https://lore.kernel.org/all/20260722094304.3132750-1-dayou5941@xxxxxxx/

The patch itself looks good to me.

>
> Signed-off-by: Karthikeyan KS <karthiproffesional@xxxxxxxxx>

Reviewed-by: SJ Park <sj@xxxxxxxxxx>

This patch is applied to damon/next [2] tree. If this patch is not added to
mm.git in short term (~1 week?), I will ask mm.git maintainer (Andrew Morton)
to pick this. So, no action from your side is needed for now. If it seems I
also forgot doing that or you cannot wait for my action, please feel free to
directly ask that to Andrew.

> ---
>
> Hi SJ,
>
> > I'd prefer adding a comment saying zero sampling interval is
> > accepted. I think damon_attr kernel-doc comment is a good place
> > for adding that.
>
> Adding comments instead of code changes. Let me know if you'd
> rather the wording live somewhere else, or be phrased differently.
>
> Changes from v1:
> - Dropped the damon_set_attrs() rejection and the KUnit cases that
> tested it.
> - Added a kernel-doc note on struct damon_attrs's @sample_interval
> instead.

Thank you for accepting my humble suggestion.

[1] https://docs.kernel.org/process/submitting-patches.html#commentary
[2] https://origin.kernel.org/doc/html/latest/mm/damon/maintainer-profile.html#scm-trees



Thanks,
SJ

[...]