From: Liew Rui Yan <aethernet65535@gmail.com>
To: sj@kernel.org
Cc: aethernet65535@gmail.com, akpm@linux-foundation.org,
damon@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-mm@kvack.org
Subject: Re: [RESEND PATCH] mm/damon/tests/core-kunit: add test for unconditionally skipping the last region
Date: Sun, 20 Sep 2026 03:09:10 +0800 [thread overview]
Message-ID: <20260919190953.86705-1-aethernet65535@gmail.com> (raw)
In-Reply-To: <20260919160725.86256-1-sj@kernel.org>
On Sat, 19 Sep 2026 09:07:25 -0700 SJ Park <sj@kernel.org> wrote:
> On Sat, 19 Sep 2026 16:01:58 +0800 Liew Rui Yan <aethernet65535@gmail.com> wrote:
>
> > Commit 50585192bc2e ("mm/damon/schemes: skip already charged targets and
> > regions") introduced a minor issue that causes the last region to be
> > skipped before it is processed.
> >
> > Example:
> >
> > 1. Target has 2 regions: R1 (0-100 bytes) and R2 (100-200 bytes).
> > 2. Quota is configured to process only 100 bytes per window.
> > 3. Window 1: Processes R1 (0-100). Quota is full. charge_{target,
> > addr}_from is saved at (Target, 100).
> > 4. Window 2: The loop reaches R2. Because R2 is
> > damon_last_region(t), the old code unconditionally returns true,
> > skipping R2 entirely and resetting the charge_{target,addr}_from.
> >
> > Result: R2 is permanently skipped even though it has never been
> > processed.
> >
> > Add a test to prevent this regression in the future.
> >
> > Signed-off-by: Liew Rui Yan <aethernet65535@gmail.com>
>
> Other than a trivial style that I commented below,
>
> Reviewed-by: SJ Park <sj@kernel.org>
>
> [...]
> > +static void damon_test_last_region_quota_reset(struct kunit *test)
> > +{
> [...]
> > + t = damon_new_target();
> > + if (!t) {
> > + kunit_skip(test, "target alloc fail");
> > + }
>
> Let's drop braces for single line, as suggested [1] in coding-style.
I will change this in next revision.
By the way, Sashiko reported an issue [1]: min_region_sz is not
power-of-2. While this do not cause any real issue in this test,
non-power-of-2's min_region_sz is not legal. Should min_region_sz
initial value set to power-of-2 value (e.g., PAGE_SIZE) in the next
revision?
>
> [1] https://docs.kernel.org/process/coding-style.html#placing-braces-and-spaces
>
[1] https://lore.kernel.org/damon/20260919081239.8A3D91F000FF@smtp.kernel.org
Best regards,
Rui Yan
prev parent reply other threads:[~2026-09-19 19:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-19 8:01 Liew Rui Yan
2026-09-19 16:07 ` SJ Park
2026-09-19 19:09 ` Liew Rui Yan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260919190953.86705-1-aethernet65535@gmail.com \
--to=aethernet65535@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=damon@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=sj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®