Re: [PATCH 0/4] Docs/ABI/damon: sysfs ABI document fixes and additions

From: SJ Park

Date: Fri Jul 10 2026 - 10:16:49 EST


'hkml patch check' [1] says you forgot Cc-ing below people who are recommended
by get_maintainer.pl. I Cc-ed them. Please Cc all recipients who
get_maitnainer.pl is recommending, from the next time. 'hkml patch format' [2]
could also help you doing so.

- Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- David Hildenbrand <david@xxxxxxxxxx>
- Lorenzo Stoakes <ljs@xxxxxxxxxx>
- "Liam R. Howlett" <liam@xxxxxxxxxxxxx>
- Vlastimil Babka <vbabka@xxxxxxxxxx>
- Mike Rapoport <rppt@xxxxxxxxxx>
- Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Michal Hocko <mhocko@xxxxxxxx>

On Fri, 10 Jul 2026 12:47:33 +0800 Song Hu <husong@xxxxxxxxxx> wrote:

> This series fixes typos and fills in missing entries in the DAMON
> sysfs ABI document (Documentation/ABI/testing/sysfs-kernel-mm-damon).
>
> Patch 1 fixes a path typo, "intrvals_goal" -> "intervals_goal", in
> four What: entries; the documented path points to a non-existent
> directory, so it is Cc'ed to stable.
>
> Patch 2 fixes two further typos ("WDate:", "manimum").
>
> Patches 3 and 4 add ABI entries that exist in the kernel and are
> already described in usage.rst but are missing from the canonical ABI
> document: the 'update_tuned_intervals' state command (patch 3) and the
> 'tried_regions/<R>/probes/<P>/hits' file (patch 4).

Looks good overall. Patch 3 looks unnecessary, though. Let me add comments to
each patch.

>
> Song Hu (4):
> Docs/ABI/damon: fix typo in intervals_goal sysfs path
> Docs/ABI/damon: fix typos
> Docs/ABI/damon: document update_tuned_intervals state command
> Docs/ABI/damon: document tried_regions probe hits
>
> .../ABI/testing/sysfs-kernel-mm-damon | 29 ++++++++++++++-----
> 1 file changed, 22 insertions(+), 7 deletions(-)
>
> --
> 2.43.0

[1] https://github.com/sjp38/hackermail/blob/master/USAGE.md#checking-patches
[2] https://github.com/sjp38/hackermail/blob/master/USAGE.md#formatting-patches


Thanks,
SJ