Re: [PATCH] mm/damon/core: avoid use of half-online-committed context
From: SeongJae Park
Date: Sun Mar 22 2026 - 15:26:58 EST
On Fri, 20 Mar 2026 19:16:35 SeongJae Park <sj@xxxxxxxxxx> wrote:
[...]
> By the way, I am also doing monitoring of sashiko.dev for all DAMON patches.
> It will be much easier once sashiko.dev's email feature is ready, since I
> already onboarded DAMON for that.
>
> Meanwhile, the monitoring using web browser is somewhat tedious for me, so I
> just implemented an hkml feature, namely
> 'hkml patch sashiko_dev --thread_status'. It receives a message id of a mail,
> and prints the review status/result of all patches of the thread.
>
> E.g.,
>
> $ hkml patch sashiko_dev --thread_status 20260319-memory-failure-mf-delayed-fix-rfc-v2-v2-0-92c596402a7a@xxxxxxxxxx
> - [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
> - Pending (None)
> - [PATCH RFC v2 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
> - Reviewed (Review completed successfully.)
> - [PATCH RFC v2 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
> - Reviewed (Review completed successfully.)
>
> I'm planning to implement another feature for formatting and sending the review
> result and inline comments as emails, probably this weekend.
Now the feature is available on 'master' branch of hkml. I started using it
since yesterday for DAMON patches, and it works for at least my workflow. The
documentation is also updated [1].
[1] https://github.com/sjp38/hackermail/blob/test/USAGE.md#forwarding-sashikodev-statuscomments-to-mailing-list
Thanks,
SJ
[...]