linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] mm/damon: minor fixups and improvements for code, tests, and documents
@ 2025-05-13  0:27 SeongJae Park
  2025-05-13  0:27 ` [PATCH 6/6] Docs/damon: update titles and brief introductions to explain DAMOS SeongJae Park
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2025-05-13  0:27 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SeongJae Park, Brendan Higgins, David Gow, Jonathan Corbet,
	Shuah Khan, damon, kernel-team, kunit-dev, linux-doc,
	linux-kernel, linux-kselftest, linux-mm

Yet another batch of miscellaneous DAMON changes.  Fix and improve minor
problems in code, tests and documents.

SeongJae Park (6):
  mm/damon/core: warn and fix nr_accesses[_bp] corruption
  mm/damon/sysfs-schemes: fix wrong comment on
    damons_sysfs_quota_goal_metric_strs
  mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()
  mm/damon/tests/core-kunit: add a test for
    damos_set_filters_default_reject()
  selftests/damon/_damon_sysfs: read tried regions directories in order
  Docs/damon: update titles and brief introductions to explain DAMOS

 Documentation/admin-guide/mm/damon/index.rst  | 11 ++-
 Documentation/mm/damon/index.rst              |  6 +-
 mm/damon/core.c                               | 14 ++++
 mm/damon/paddr.c                              |  1 -
 mm/damon/sysfs-schemes.c                      |  2 +-
 mm/damon/tests/core-kunit.h                   | 70 +++++++++++++++++++
 tools/testing/selftests/damon/_damon_sysfs.py |  5 ++
 7 files changed, 98 insertions(+), 11 deletions(-)


base-commit: fb227aa50d133236ef02a71dd9e3d510f4fad42f
-- 
2.39.5


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 6/6] Docs/damon: update titles and brief introductions to explain DAMOS
  2025-05-13  0:27 [PATCH 0/6] mm/damon: minor fixups and improvements for code, tests, and documents SeongJae Park
@ 2025-05-13  0:27 ` SeongJae Park
  0 siblings, 0 replies; 2+ messages in thread
From: SeongJae Park @ 2025-05-13  0:27 UTC (permalink / raw)
  To: Andrew Morton
  Cc: SeongJae Park, Jonathan Corbet, damon, kernel-team, linux-doc,
	linux-kernel, linux-mm

DAMON was initially developed only for data access monitoring, and then
extended for not only access monitoring but also access-aware system
operations (DAMOS).  But the documents have old titles and brief
introductions for only the monitoring part.  Update the titles and the
brief introductions to explain DAMOS part together.

Signed-off-by: SeongJae Park <sj@kernel.org>
---
 Documentation/admin-guide/mm/damon/index.rst | 11 +++++------
 Documentation/mm/damon/index.rst             |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/Documentation/admin-guide/mm/damon/index.rst b/Documentation/admin-guide/mm/damon/index.rst
index 33d37bb2fb4e..bc7e976120e0 100644
--- a/Documentation/admin-guide/mm/damon/index.rst
+++ b/Documentation/admin-guide/mm/damon/index.rst
@@ -1,12 +1,11 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-==========================
-DAMON: Data Access MONitor
-==========================
+================================================================
+DAMON: Data Access MONitoring and Access-aware System Operations
+================================================================
 
-:doc:`DAMON </mm/damon/index>` allows light-weight data access monitoring.
-Using DAMON, users can analyze the memory access patterns of their systems and
-optimize those.
+:doc:`DAMON </mm/damon/index>` is a Linux kernel subsystem for efficient data
+access monitoring and access-aware system operations.
 
 .. toctree::
    :maxdepth: 2
diff --git a/Documentation/mm/damon/index.rst b/Documentation/mm/damon/index.rst
index 5a3359704cce..31c1fa955b3d 100644
--- a/Documentation/mm/damon/index.rst
+++ b/Documentation/mm/damon/index.rst
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-==========================
-DAMON: Data Access MONitor
-==========================
+================================================================
+DAMON: Data Access MONitoring and Access-aware System Operations
+================================================================
 
 DAMON is a Linux kernel subsystem that provides a framework for data access
 monitoring and the monitoring results based system operations.  The core
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-13  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  0:27 [PATCH 0/6] mm/damon: minor fixups and improvements for code, tests, and documents SeongJae Park
2025-05-13  0:27 ` [PATCH 6/6] Docs/damon: update titles and brief introductions to explain DAMOS SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).