From: sashiko-bot@kernel.org
To: "SJ Park" <sj@kernel.org>
Cc: damon@lists.linux.dev
Subject: Re: [PATCH 2/4] mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total
Date: Wed, 02 Sep 2026 00:34:55 +0000 [thread overview]
Message-ID: <20260902003455.9C5F01F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260902002725.108635-3-sj@kernel.org>
> When DAMOS_QUOTA_SOME_MEM_PSI_US metric damos quota goal is set, the PSI
> delta for the feedback loop is calculated using
> damos_quota_goal->last_psi_total. However, it is initialized only after
> the first feedback loop. The first iteration of the loop uses the
> uninitialized value. As a result, the feedback loop can change the
> effective quota in an unexpected way at the first iteration.
>
> The user impact of the issue is not big, because the issue impacts only
> the first iteration of the feedback loop. The feedback loop also has an
> internal cap of the quota adjustment. The wrong adjustment will soon be
> corrected over a few iterations. For this reason, doing no
> initialization at commit time was intentional. It is also explicitly
> commented. That said, nobody likes behaviors that are unexpected or
> difficult to be expected.
>
> [ ... ]
> [1] https://lore.kernel.org/20260718005316.89585-1-sj@kernel.org
>
> Fixes: 2dbb60f789cb ("mm/damon/core: implement PSI metric DAMOS quota goal")
> Cc: <stable@vger.kernel.org> # 6.9.x
> Signed-off-by: SJ Park <sj@kernel.org>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260902002725.108635-1-sj@kernel.org?part=2
next prev parent reply other threads:[~2026-09-02 0:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-02 0:27 [PATCH 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms SJ Park
2026-09-02 0:27 ` [PATCH 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal SJ Park
2026-09-02 0:34 ` sashiko-bot
2026-09-03 8:33 ` Kunwu Chan
2026-09-02 0:27 ` [PATCH 2/4] mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total SJ Park
2026-09-02 0:34 ` sashiko-bot [this message]
2026-09-03 9:23 ` Kunwu Chan
2026-09-02 0:27 ` [PATCH 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit SJ Park
2026-09-02 0:39 ` sashiko-bot
2026-09-02 1:13 ` SJ Park
2026-09-02 1:14 ` SJ Park
2026-09-03 8:45 ` Kunwu Chan
2026-09-03 13:49 ` SJ Park
2026-09-02 0:27 ` [PATCH 4/4] mm/damon/sysfs: set next refresh jiffies per sysfs context SJ Park
2026-09-02 0:39 ` sashiko-bot
2026-09-03 10:01 ` Kunwu Chan
2026-09-02 1:16 ` [PATCH 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms SJ Park
2026-09-03 3:13 ` Lian Wang
2026-09-03 13:51 ` SJ Park
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=20260902003455.9C5F01F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=damon@lists.linux.dev \
--cc=sashiko-reviews@lists.linux.dev \
--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