From: SeongJae Park <sj@kernel.org>
To: Liew Rui Yan <aethernet65535@gmail.com>
Cc: SeongJae Park <sj@kernel.org>, damon@lists.linux.dev, linux-mm@kvack.org
Subject: Re: (sashiko review) [PATCH v4 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
Date: Sat, 11 Apr 2026 08:38:21 -0700 [thread overview]
Message-ID: <20260411153821.95491-1-sj@kernel.org> (raw)
In-Reply-To: <20260411000458.11479-1-aethernet65535@gmail.com>
On Sat, 11 Apr 2026 08:04:58 +0800 Liew Rui Yan <aethernet65535@gmail.com> wrote:
> On Fri, 10 Apr 2026 10:00:50 -0700 SeongJae Park <sj@kernel.org> wrote:
>
> > On Sat, 11 Apr 2026 00:46:10 +0800 Liew Rui Yan <aethernet65535@gmail.com> wrote:
> >
> > > On Fri, 10 Apr 2026 06:55:00 -0700 SeongJae Park <sj@kernel.org> wrote:
> > >
> > > > On Fri, 10 Apr 2026 17:40:04 +0800 Liew Rui Yan <aethernet65535@gmail.com> wrote:
> > > >
> > > > [...]
> > > >
> > > > Agreed. This was unclear to me in previous disucssions, though. I still agree
> > > > it is out of the scope of this patch. But now I think we need to let users
> > > > force-restart. Adding this to my todo list.
> > >
> > > Just to make sure - is this the same issue that my recent RFC patch [1]
> > > aims to address? I want to make sure we're not duplicating efforts.
> >
> > Hmm, this makes me confused about how we ended up working on this series, then.
> >
> > >
> > > I'm still actively working on that patch, and I plan to send the next
> > > version next week. I've been holding off because I didn't want to send
> > > multiple patches in parallel.
> >
> > Ok, seems I dropped a ball. I was working like AI bot that only works with
> > limited and nearly fresh context for each mail that on my inbox. I will work
> > on making another thing for tracking this kind of parallel works with good
> > context. But since I already dropped the ball for this, I'd like to make sure
> > we are on the same page. So I'd suggest below.
> >
> > 1. Let's hold this patch series. Andrew, please don't merge this for now until
> > this discussion is completed.
> > 2. Please summarize your parallel works in progress with the context about how
> > you decided to do that in the way, with summaries of our previous
> > discussions.
> >
> > Could you please do those, Liew?
>
> TL;DR - There is no dependency between my parallel (2) works. I never
> intended to merge these two works into a single series because they
> address the problem at different level.
>
> Yes, here is the summary of my parallel works and how I decided to
> structure them.
>
> My current parallel works
> =========================
> Series A - min_region_sz power-of-2 validation (this patch)
> - Status: You gave Reviewed-by, asked Andrew to merge.
> - Scope: Small, standalone fix for specific issue.
> - Dependency: None
>
> Series B - reset parameters (enabled/kdamond_pid) on unexpected
> termination (RFC [1])
> - Status: Preparing V2.
> - Scope: Reset 'enabled' and 'kdamond_pid' when kdamond terminated
> unexpectedly.
> - Dependency: None
>
> Summary of Series B
> ===================
> The design evolved through our discussion:
> 1. Extended 'struct damon_ctx' with 'thread_status' pointers
> - SJ pointed out: "This feels too much extension of core API for a
> problem that can more simply be fixed."
>
> 2. Alternative proposals discussed:
> - Option 1: Termination callback in core API (Too heavy for backport)
> - Option 2: Override '.get' operator for parameters (code duplication)
> - Option 3: On-demamd correction in enabled_store() (passive)
>
> 3. Final direction comfirmed:
> - SJ suggested: "Can't we catch damon_commit_ctx() failure from the
> calling place?"
> - We agreed: Simple, backportable fix is the priority.
> - Decision: Reset 'enabled' and 'kdamond_pid' immediately when
> damon_commit_ctx() fails, add a fallback in the damon_turn() 'N'
> path.
>
> [1] https://lore.kernel.org/20260330164347.12772-1-aethernet65535@gmail.com
Thank you for sharing these. But seems even this context is incomplete from my
perspective...
The Real Context
----------------
The real start of the context is probably the question [1] that you asked on
2026-03-18. At that time, we found committing wrong parameters stops DAMON
without an user-visible error. We agreed DAMON being killed is no problem but
the absence of user-visible error is a minor user experience problem that
better to be improved. So you planned to make the user experience improvement.
Apparently series A is the followup of that. The first version was posted on
2026-03-26, according to the changelog of this patch series. I can show I was
saying the patch was confusing on the thread.
While the review of the confusing series A was ongoing, you posted [3] the RFC
of series B on 2026-03-31. This patch reported one important finding: the
silent DAMON stop is not just a minor user experience issue but a serious bug
because it cannot be started again.
And this made things much more confusing. There are multiple ways to trigger
the issue. Wrong addr_unit commit is just one of the ways. We discussed the
way to fix the real issue. So, by looking back this, I think you should
prioritized series B from the point, or make suer series A is only for the
minor user experience improvement. Or asked me what to prioritize. You didn't
and I missed the fact that you are also working on series A.
But you just continued posting new versions of series A. I was wrongly
thinking that is still the minor user experience improvement. I still think
the patches were implicitly saying so. I'm not sure if it was intentional or
not. But definitely it was confusing me. On 2026-04-02, I started feeling I'm
missing some of the contexts, and asked you more clarification of user impacts
[4] and full history [5]. You posted v3 [6] right after I asked the question,
even without answering the question. Only from this point it became clear
sereis A is not just a minor user experience improvement but a critical bug
fix. Now I think you should clarify this can also fix one trigger point of the
critical bug but the real fix is work in progress, and this is till only a
minor user experience improvement. But because you didn't, and my poor memory
is volatile, at this point I was thinking this all the work you are doing for
the series B-exposed bug.
In the response to the sashiko review on this thread, therefore, I was thinking
you are thinking the wrong addr_unit commit is the only way to trigger the bug.
I didn't want to ask you to work from the beginning to fix the entire bug, so I
was saying fixing the real bug for all exploit points is out of the scope of
this bug.
But now it is turned out that you were aware of the other ways to trigger the
bug, and didn't transparentl and explicitly exposing that.
So I withdraw what I told on the reply to the sashiko review. And appreciate
sashiko developers again for giving us a chance to finding this.
Next Steps
----------
So, what to do? Please prioritize series B, if you still willing to do. It is
ok to keep doing series A, but only as the minor user experience improvement.
Clearly explain the whole context you are aware of. Don't Cc stable@ for
series A, as it is only an incomplete fix of it. The fix of the one trigger
point is just a side effect.
And For Future Contributions
----------------------------
Liew, I really appreciate your contributions. You found and shared important
DAMON bugs. But apparently your communication has many rooms to improve, at
least for poort DAMON maintainer who have to work with only limited resources
including the poort and volatile memory. I find I was asking clarifications to
your mails multiple times. I have to say it was even frustrating sometimes and
definitely took quite amount of my resource. Meanwhile, from my uncautiously
biased perspective, you were only adding more traffic and confusions.
This makes me disappointed and even suspect your intention... I really hate
myself suspecting someone. But we are in the world of bad actors that now
gained the power of AI. We actually had a suspicious case from DAMON
contributors recently, do you remember?
I want to still believe you, so I will do so. Please feel free to keep
contributing to DAMON as long as that's what you want to do. But, please aware
of the fact that DAMON maintainer has poor volatile memory and working with
limited resource, and try to make every conversation super clear and
transparent, from next time.
[1] https://lore.kernel.org/20260318153731.97470-1-aethernet65535@gmail.com
[2] https://lore.kernel.org/20260327062627.66426-1-aethernet65535@gmail.com
[3] https://lore.kernel.org/20260330164347.12772-1-aethernet65535@gmail.com
[4] https://lore.kernel.org/20260402140314.74600-1-sj@kernel.org
[5] https://lore.kernel.org/20260402152915.75294-1-sj@kernel.org
[6] https://lore.kernel.org/20260403052837.58063-1-aethernet65535@gmail.com
Thanks,
SJ
[...]
next prev parent reply other threads:[~2026-04-11 15:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-10 4:42 [PATCH v4 0/2] mm/damon: validate min_region_size to be power of 2 Liew Rui Yan
2026-04-10 4:42 ` [PATCH v4 1/2] mm/damon/lru_sort: " Liew Rui Yan
2026-04-10 9:40 ` (sashiko review) " Liew Rui Yan
2026-04-10 13:55 ` SeongJae Park
2026-04-10 16:46 ` Liew Rui Yan
2026-04-10 17:00 ` SeongJae Park
2026-04-10 23:24 ` SeongJae Park
2026-04-11 0:04 ` Liew Rui Yan
2026-04-11 15:38 ` SeongJae Park [this message]
2026-04-10 13:56 ` SeongJae Park
2026-04-10 4:42 ` [PATCH v4 2/2] mm/damon/reclaim: " Liew Rui Yan
2026-04-10 10:08 ` (sashiko review) " Liew Rui Yan
2026-04-10 13:44 ` SeongJae Park
2026-04-10 13:57 ` SeongJae Park
2026-04-10 14:05 ` [PATCH v4 0/2] mm/damon: " SeongJae 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=20260411153821.95491-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=aethernet65535@gmail.com \
--cc=damon@lists.linux.dev \
--cc=linux-mm@kvack.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