Re: [PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
From: Song Hu
Date: Sat Jul 11 2026 - 01:04:41 EST
于 2026年7月11日 GMT+08:00 08:21:25,SJ Park <sj@xxxxxxxxxx> 写道:
>On Fri, 10 Jul 2026 07:17:37 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
>
>> On Fri, 10 Jul 2026 12:47:34 +0800 Song Hu <husong@xxxxxxxxxx> wrote:
>>
>> > The ABI document spells the DAMON sysfs directory as "intrvals_goal"
>> > (missing 'e') in four What: entries, but the kernel creates it as
>> > "intervals_goal" (mm/damon/sysfs.c). Following the documented path
>> > therefore yields a non-existent directory.
>>
>> Nice catch!
>>
>> >
>> > Fixes: e2b23dc62369 ("Docs/ABI/damon: document intervals auto-tuning ABI")
>> > Cc: stable@xxxxxxxxxxxxxxx
>
Hi SJ,
Thanks a lot for your thorough reviews and ongoing support.
I will strictly check the complete recipient list generated by get_maintainer.pl for all future patch submissions.
>By the way, hotfixes and non-hotfixes usually take different trains to the
>mainline. Having those in single series therefore makes maintainer works
>difficult. I understand this is not a hotfix but just somewhat worthy to
>eventually be backported to stable kernels. So no problem for this.
>
>But, from the next time, please clarify or use different series for Cc: stable@
>patches.
>
As I’m still figuring out the correct timing for Cc: stable@ , I will consult with you prior to adding this tag next time and separate stable-bound patches into an independent series.
Thanks,
Song
>
>Thanks,
>SJ
>
>[...]