The patch titled Subject: docs/vm/damon: remove broken reference has been added to the -mm tree. Its filename is docs-vm-damon-remove-broken-reference.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/docs-vm-damon-remove-broken-reference.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/docs-vm-damon-remove-broken-reference.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: SeongJae Park <sjpark@xxxxxxxxx> Subject: docs/vm/damon: remove broken reference Building DAMON documents warns for a reference to nonexisting doc, as below: $ time make htmldocs [...] Documentation/vm/damon/index.rst:24: WARNING: toctree contains reference to nonexisting document 'vm/damon/plans' This commit fixes the warning by removing the wrong reference. Link: https://lkml.kernel.org/r/20210917123958.3819-4-sj@xxxxxxxxxx Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/vm/damon/index.rst | 1 - 1 file changed, 1 deletion(-) --- a/Documentation/vm/damon/index.rst~docs-vm-damon-remove-broken-reference +++ a/Documentation/vm/damon/index.rst @@ -27,4 +27,3 @@ workloads and systems. faq design api - plans _ Patches currently in -mm which might be from sjpark@xxxxxxxxx are documentation-vm-move-user-guides-to-admin-guide-mm.patch docs-vm-damon-remove-broken-reference.patch include-linux-damonh-fix-kernel-doc-comments-for-damon_callback.patch