From: sashiko-bot@kernel.org
To: "Doehyun Baek" <doehyunbaek@gmail.com>
Cc: damon@lists.linux.dev
Subject: Re: [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation
Date: Wed, 08 Jul 2026 07:38:16 +0000 [thread overview]
Message-ID: <20260708073816.C48341F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260708073246.1652828-3-doehyunbaek@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The newly added translation file `stat.rst` is not included in the `toctree` of the subsystem's corresponding index file, which will result in a Sphinx build warning.
--
--- Patch [2]: [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation ---
commit 13f1c819e6520a41dcd7c6bb3035887d18f621e8
Author: Doehyun Baek <doehyunbaek@gmail.com>
docs/zh_CN: add DAMON_STAT usage translation
This commit translates the admin-guide/mm/damon/stat.rst documentation into
Chinese. It also updates the translation to include recent changes from the
English documentation.
> diff --git a/Documentation/translations/zh_CN/admin-guide/mm/damon/stat.rst b/Documentation/translations/zh_CN/admin-guide/mm/damon/stat.rst
> new file mode 100644
> index 0000000000000..129748a5ea1f0
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/admin-guide/mm/damon/stat.rst
> @@ -0,0 +1,94 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +.. include:: ../../../disclaimer-zh_CN.rst
[ ... ]
> +kdamond_pid
> +-----------
> +
> +DAMON 线程的 PID。
> +
> +如果 DAMON_STAT 已启用,这将成为工作线程的 PID。否则为 -1。
[Severity: Low]
Is a toctree entry for this new file missing from the index?
Because the newly added documentation file stat.rst is not linked from any
index, Sphinx will emit a "document isn't included in any toctree" warning
during documentation builds.
It appears stat.rst should be added to the toctree block in
Documentation/translations/zh_CN/admin-guide/mm/damon/index.rst:
.. toctree::
:maxdepth: 2
start
usage
reclaim
lru_sort
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260708073246.1652828-1-doehyunbaek@gmail.com?part=2
next prev parent reply other threads:[~2026-07-08 7:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-08 7:32 [PATCH v6 0/7] docs/zh_CN: update DAMON translations Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 1/7] docs/zh_CN: update DAMON design translation Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation Doehyun Baek
2026-07-08 7:38 ` sashiko-bot [this message]
2026-07-08 7:32 ` [PATCH v6 3/7] docs/zh_CN: update DAMON index translation Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 4/7] docs/zh_CN: update DAMON start translation Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 5/7] docs/zh_CN: update DAMON usage translation Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 6/7] docs/zh_CN: update DAMON reclaim translation Doehyun Baek
2026-07-08 7:32 ` [PATCH v6 7/7] docs/zh_CN: update DAMON LRU sort translation Doehyun Baek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260708073816.C48341F00A3A@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=damon@lists.linux.dev \
--cc=doehyunbaek@gmail.com \
--cc=sashiko-reviews@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.