Docs/ABI/damon: update for 'youg page' type DAMOS filter
authorSeongJae Park <sj@kernel.org>
Fri, 26 Apr 2024 19:52:46 +0000 (12:52 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 6 May 2024 00:53:56 +0000 (17:53 -0700)
Update DAMON ABI document for the newly added DAMO filter type, 'young
page'.

Link: https://lkml.kernel.org/r/20240426195247.100306-8-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Honggyu Kim <honggyu.kim@sk.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/ABI/testing/sysfs-kernel-mm-damon

index dad4d5ffd78656bdd1840677c0a9ce89a08b732d..cef6e1d20b18559827515f415085481652658060 100644 (file)
@@ -314,9 +314,9 @@ Date:               Dec 2022
 Contact:       SeongJae Park <sj@kernel.org>
 Description:   Writing to and reading from this file sets and gets the type of
                the memory of the interest.  'anon' for anonymous pages,
-               'memcg' for specific memory cgroup, 'addr' for address range
-               (an open-ended interval), or 'target' for DAMON monitoring
-               target can be written and read.
+               'memcg' for specific memory cgroup, 'young' for young pages,
+               'addr' for address range (an open-ended interval), or 'target'
+               for DAMON monitoring target can be written and read.
 
 What:          /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/filters/<F>/memcg_path
 Date:          Dec 2022