Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Docs/mm/damon/maintainer-profile: fix wrong MAITNAINERS section name

Commit 9044cbe50a70 ("MAINTAINERS: rename DAMON section") renamed the
section for DAMON from "DATA ACCESS MONITOR" to "DAMON". But the commit
forgot updating the name on the maintainer-profile document. Update.

Link: https://lkml.kernel.org/r/20260118180305.70023-8-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: David Hildenbrand <david@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
b71e496f 652fd06d

+2 -2
+2 -2
Documentation/mm/damon/maintainer-profile.rst
··· 3 3 DAMON Maintainer Entry Profile 4 4 ============================== 5 5 6 - The DAMON subsystem covers the files that are listed in 'DATA ACCESS MONITOR' 7 - section of 'MAINTAINERS' file. 6 + The DAMON subsystem covers the files that are listed in 'DAMON' section of 7 + 'MAINTAINERS' file. 8 8 9 9 The mailing lists for the subsystem are damon@lists.linux.dev and 10 10 linux-mm@kvack.org. Patches should be made against the `mm-new tree