The patch titled Subject: Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces has been added to the -mm mm-unstable branch. Its filename is docs-admin-guide-mm-damon-usage-remove-unnecessary-sentences-about-supported-address-spaces.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/docs-admin-guide-mm-damon-usage-remove-unnecessary-sentences-about-supported-address-spaces.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 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 via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: SeongJae Park <sj@xxxxxxxxxx> Subject: Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces Date: Fri, 16 Jun 2023 19:17:39 +0000 Brief explanation of DAMON user space tool and sysfs interface are unnecessarily and repeatedly mentioning the list of address spaces that DAMON is supporting. Remove those. Link: https://lkml.kernel.org/r/20230616191742.87531-5-sj@xxxxxxxxxx Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/mm/damon/usage.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/Documentation/admin-guide/mm/damon/usage.rst~docs-admin-guide-mm-damon-usage-remove-unnecessary-sentences-about-supported-address-spaces +++ a/Documentation/admin-guide/mm/damon/usage.rst @@ -10,9 +10,8 @@ DAMON provides below interfaces for diff `This <https://github.com/awslabs/damo>`_ is for privileged people such as system administrators who want a just-working human-friendly interface. Using this, users can use the DAMONâ??s major features in a human-friendly way. - It may not be highly tuned for special cases, though. It supports both - virtual and physical address spaces monitoring. For more detail, please - refer to its `usage document + It may not be highly tuned for special cases, though. For more detail, + please refer to its `usage document <https://github.com/awslabs/damo/blob/next/USAGE.md>`_. - *sysfs interface.* :ref:`This <sysfs_interface>` is for privileged user space programmers who @@ -20,10 +19,9 @@ DAMON provides below interfaces for diff features by reading from and writing to special sysfs files. Therefore, you can write and use your personalized DAMON sysfs wrapper programs that reads/writes the sysfs files instead of you. The `DAMON user space tool - <https://github.com/awslabs/damo>`_ is one example of such programs. It - supports both virtual and physical address spaces monitoring. Note that this - interface provides only simple :ref:`statistics <damos_stats>` for the - monitoring results. For detailed monitoring results, DAMON provides a + <https://github.com/awslabs/damo>`_ is one example of such programs. Note + that this interface provides only simple :ref:`statistics <damos_stats>` for + the monitoring results. For detailed monitoring results, DAMON provides a :ref:`tracepoint <tracepoint>`. - *debugfs interface. (DEPRECATED!)* :ref:`This <debugfs_interface>` is almost identical to :ref:`sysfs interface _ Patches currently in -mm which might be from sj@xxxxxxxxxx are mm-damon-core-test-add-a-test-for-damon_set_attrs.patch docs-mm-damon-design-document-age-of-region.patch docs-admin-guide-mm-damon-start-update-damos-example-command.patch docs-admin-guide-mm-damon-usage-fix-typos-in-references-and-commas.patch docs-admin-guide-mm-damon-usage-remove-unnecessary-sentences-about-supported-address-spaces.patch docs-admin-guide-mm-damon-usage-link-design-document-for-damos.patch docs-admin-guide-mm-damon-usage-clarify-quotas-and-watermarks-sysfs-interface.patch docs-admin-guide-mm-damon-usage-update-the-ways-for-getting-monitoring-results.patch