From: SJ Park <sj@kernel.org>
To: SJ Park <sj@kernel.org>
Cc: Lorenzo Stoakes <ljs@kernel.org>, Lian Wang <lianux.mm@gmail.com>,
damon@lists.linux.dev, linux-mm@kvack.org,
daichaobing@sangfor.com.cn, kunwu.chan@gmail.com,
Andrew Morton <akpm@linux-foundation.org>,
David Hildenbrand <david@kernel.org>, Zi Yan <ziy@nvidia.com>,
Baolin Wang <baolin.wang@linux.alibaba.com>,
"Liam R. Howlett" <liam@infradead.org>,
Nico Pache <npache@redhat.com>,
Ryan Roberts <ryan.roberts@arm.com>, Dev Jain <dev.jain@arm.com>,
Barry Song <baohua@kernel.org>, Lance Yang <lance.yang@linux.dev>,
linux-kernel@vger.kernel.org
Subject: Re: [RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
Date: Fri, 3 Jul 2026 12:04:20 -0700 [thread overview]
Message-ID: <20260703190421.100480-1-sj@kernel.org> (raw)
In-Reply-To: <20260702165235.86684-1-sj@kernel.org>
On Thu, 2 Jul 2026 09:52:34 -0700 SJ Park <sj@kernel.org> wrote:
> On Thu, 2 Jul 2026 11:23:55 +0100 Lorenzo Stoakes <ljs@kernel.org> wrote:
>
> > +cc all those you missed.
>
> Thank you for doing this, Lorenzo.
>
> >
> > I really need to write a bot to do this, because I'm getting a little tired of
> > pointing this out :))
>
> Good idea. I will also consider implementing this kind of checks to to my lzy
> tool box [1] or hkml [2].
I implemented [1] the check logic on hkml. Many things to fix and improve in
future, but seems working at least for this series. You can use it like below:
$ hkml patch check --check_recipients only ./0002-mm-khugepaged-add-damon-collapse-folio-range-for-external-callers.patch
MISSING RECIPIENTS for [RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
- Andrew Morton <akpm@linux-foundation.org>
- David Hildenbrand <david@kernel.org>
- Lorenzo Stoakes <ljs@kernel.org>
- Zi Yan <ziy@nvidia.com>
- Baolin Wang <baolin.wang@linux.alibaba.com>
- "Liam R. Howlett" <liam@infradead.org>
- Nico Pache <npache@redhat.com>
- Ryan Roberts <ryan.roberts@arm.com>
- Dev Jain <dev.jain@arm.com>
- Barry Song <baohua@kernel.org>
- Lance Yang <lance.yang@linux.dev>
- Usama Arif <usama.arif@linux.dev>
- linux-kernel@vger.kernel.org
$ hkml patch check --check_recipients only ./0003-mm-damon-vaddr-implement-mthp-aware-damos-collapse-handler.patch
MISSING RECIPIENTS for [RESEND RFC PATCH v2 3/5] mm/damon/vaddr: implement mTHP-aware DAMOS_COLLAPSE handler
- Andrew Morton <akpm@linux-foundation.org>
- linux-kernel@vger.kernel.org
It is also integrated with the interactive mails list [2], so that you can run
it without manually downloading the patch files.
FWIW, 'hkml patch format' automatically adds recipients based on
get_maintainer.pl, so this check is unnecessary for hkml users. But this will
help me reviewing patches that not formatted with hkml or other similar
scripts.
hkml has a feature [3] to monitor new mails. Extending it to run this new
check and send mails for check failures could be one of the ways to implement
the bot. I'm not planning to do that by myself, though. I will run the check
only for patches that look interesting to me, for now.
[1] https://github.com/sjp38/hackermail/commit/9ca6fa1f71edc7a219edeb41d4c7f91
[2] https://github.com/sjp38/hackermail/blob/master/USAGE.md#interactive-viewer
[3] https://github.com/sjp38/hackermail/blob/master/USAGE.md#monitoring-mails
Thanks,
SJ
[...]
next prev parent reply other threads:[~2026-07-03 19:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260702094633.75658-1-lianux.mm@gmail.com>
2026-07-02 18:35 ` [RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions SJ Park
2026-07-02 20:50 ` SJ Park
[not found] ` <akY6ZzPnwk-CToMp@lucifer>
2026-07-02 16:52 ` SJ Park
2026-07-03 19:04 ` SJ Park [this message]
2026-07-03 1:10 ` wang lian
2026-07-03 16:37 ` SJ Park
2026-07-03 1:35 ` wang lian
[not found] ` <20260702094633.75658-3-lianux.mm@gmail.com>
[not found] ` <akZDj6s8U5_Mnetv@lucifer>
2026-07-02 19:43 ` [RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers SJ Park
2026-07-02 20:32 ` SJ Park
2026-07-03 2:06 ` wang lian
[not found] <20260702095227.75866-1-lianux.mm@gmail.com>
2026-07-02 16:39 ` [RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions 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=20260703190421.100480-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=baohua@kernel.org \
--cc=baolin.wang@linux.alibaba.com \
--cc=daichaobing@sangfor.com.cn \
--cc=damon@lists.linux.dev \
--cc=david@kernel.org \
--cc=dev.jain@arm.com \
--cc=kunwu.chan@gmail.com \
--cc=lance.yang@linux.dev \
--cc=liam@infradead.org \
--cc=lianux.mm@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ljs@kernel.org \
--cc=npache@redhat.com \
--cc=ryan.roberts@arm.com \
--cc=ziy@nvidia.com \
/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