Re: [PATCH v1.1 0/6] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
From: SJ Park
Date: Wed Jul 15 2026 - 09:29:48 EST
On Tue, 14 Jul 2026 21:46:04 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Tue, 14 Jul 2026 20:09:55 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
>
> > Sashiko found a few issues in DAMON that could cause infinite loop, NULL
> > dereference and monitoring results degradation. The first two sounds
> > scary but the infinite loop happens only under unreasonable user setup.
> > The NULL dereference is only in a unit test. Monitoring results
> > degradation is trivial since it is only best-effort, and those happens
> > from only unlikely races. Still those are bugs that better to fix if
> > possible. Fix those.
>
> > Subject: [PATCH v1.1 0/6] ...
>
> So... what is the significance of "1.1" here?
As the changelog says, one more unurgent fix (patch 5 of this sereis) has added
on top of the v1.
Maybe my versioning scheme is confusing you. I increase minor version when it
is purely for findings from Sashiko and if the change seems not really big. I
do so because I realized it is easy to get version number large in short term
when I respect Sashiko, and it may look confusing for some people. Maybe a
better approach is running Sashiko in my local, but I don't have AI setup in my
development environment... Let me know if this only confuses and bothers you
and you have a suggestion.
Thanks,
SJ