Re: [PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
From: SJ Park
Date: Fri Jul 10 2026 - 20:21:45 EST
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
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.
Thanks,
SJ
[...]