Re: [PATCH] Docs/mm/damon/maintainer-profile: add AI review usage guideline
From: SeongJae Park
Date: Sat Apr 11 2026 - 14:30:45 EST
On Sat, 11 Apr 2026 11:27:14 -0700 Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
>
> On 4/11/26 10:49 AM, SeongJae Park wrote:
> > DAMON is opted-in for DAMON patches scanning [1] and email delivery [2].
> > Clarify how that could be used on DAMON maintainer profile.
> >
> > [1] https://github.com/sashiko-dev/sashiko/commit/ad9f4a98f958
> > [2] https://github.com/sashiko-dev/sashiko/commit/b554c7b6e733
> >
> > Signed-off-by: SeongJae Park <sj@xxxxxxxxxx>
> > ---
> > Documentation/mm/damon/maintainer-profile.rst | 21 +++++++++++++++++++
> > 1 file changed, 21 insertions(+)
> >
> > diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst
> > index bcb9798a27a86..5c23b1281c50c 100644
> > --- a/Documentation/mm/damon/maintainer-profile.rst
> > +++ b/Documentation/mm/damon/maintainer-profile.rst
> > @@ -100,3 +100,24 @@ There is also a public Google `calendar
> > <https://calendar.google.com/calendar/u/0?cid=ZDIwOTA4YTMxNjc2MDQ3NTIyMmUzYTM5ZmQyM2U4NDA0ZGIwZjBiYmJlZGQxNDM0MmY4ZTRjOTE0NjdhZDRiY0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t>`_
> > that has the events. Anyone can subscribe to it. DAMON maintainer will also
> > provide periodic reminders to the mailing list (damon@xxxxxxxxxxxxxxx).
> > +
> > +AI Review
> > +---------
> > +
> > +For patches that are publicly posted to DAMON mailing list
> > +(damon@xxxxxxxxxxxxxxx), AI reviews of the patches will be available at
> > +sashiko.dev. The reviews could also be sent as mails to the author of the
> > +patch.
> > +
> > +Patch authors are encouraged to check the AI reviews and share their opinions.
> > +The sharing could be done as a reply to the mail thread. Consider reducing the
> > +recipients list for such sharing, since some people are not really interested
> > +in AI reviews. As a rule of thumb, drop individuals except DAMON maintainer
> > +and stable@xxxxxxxxxxxxxxx from the recipients list.
> > +
> > +`hkml` also provides a `feature
> > +<https://github.com/sjp38/hackermail/blob/master/USAGE.md#forwarding-sashikodev-statuscomments-to-mailing-list>`_
> > +for such sharing. Please feel free to use the feature.
> > +
> > +It is only a non-mandastory recommendation. DAMON maintainer could also ask
>
> non-mandatory
Good eyes! Thank you, Randy. I use Google doc for typo checks, but seems the
use of "-" made Google doc not to complain this.
> or maybe
> This is an optional recommendation.
Sounds better, I will respin with this, unless Andrew picks this patch with the
change.
Thanks,
SJ
[...]