Re: [RFC PATCH v2 03/10] Docs/mm/damon/design: update for context pause/resume feature
From: SeongJae Park
Date: Fri Mar 20 2026 - 11:22:44 EST
On Wed, 18 Mar 2026 22:21:46 -0700 SeongJae Park <sj@xxxxxxxxxx> wrote:
> Update DAMON design document for the context execution pause/resume
> feature.
>
> Signed-off-by: SeongJae Park <sj@xxxxxxxxxx>
> ---
> Documentation/mm/damon/design.rst | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
> index 838b14d225193..e2e4fe3fb3986 100644
> --- a/Documentation/mm/damon/design.rst
> +++ b/Documentation/mm/damon/design.rst
> @@ -19,6 +19,13 @@ types of monitoring.
> To know how user-space can do the configurations and start/stop DAMON, refer to
> :ref:`DAMON sysfs interface <sysfs_interface>` documentation.
>
> +Users can also request each context execution to be paused and resumed. When
> +it is paused, the kdamond does nothing but only online parameters updates
> +including resume request handling.
Sashiko comment
(https://sashiko.dev/#/patchset/20260319052157.99433-4-sj@xxxxxxxxxx) below.
: This isn't a bug, but the phrasing "does nothing but only online parameters
: updates" is a bit awkward. Could this be reworded for clarity, perhaps to
: something like "does nothing other than apply online parameter updates"?
I pretty sure Sashiko is more English fluent than I. But, shouldn't
's/apply/applying/' ? I will update the sentence to "When it is paused, the
kdamond does nothing other than applying online parameter update" in the next
revision.
Thanks,
SJ
[...]