Re: [PATCH v2 2/3] mm/damon/tests/core-kunit: test the temporal tuner's size quota conversion
From: SJ Park
Date: Sun Sep 20 2026 - 06:41:06 EST
On Sun, 20 Sep 2026 11:31:10 +0900 Donggeun Yoo <donggeunyoo.kernel@xxxxxxxxx> wrote:
> damos_goal_tune_esz_bp_temporal() encodes the size quota in basis points,
Please wrap commit message lines with 72 columns limit.
> so the conversion is exact only up to ULONG_MAX / 10000. Pin the three
> sizes around that boundary: the largest one that fits, the first one that
> does not, and ULONG_MAX.
>
> Signed-off-by: Donggeun Yoo <donggeunyoo.kernel@xxxxxxxxx>
Other than the above column limit,
Reviewed-by: SJ Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]