Skip to content

Commit 3974345

Browse files
sjp38akpm00
authored andcommitted
Docs/mm/damon/maintainer-profile: allow posting patches based on damon/next tree
The document mentions any patches for review should based on mm-unstable instead of damon/next. It should be the recommended process, but sometimes patches based on damon/next could be posted for some reasons. Actually, the DAMON-based tiered memory management patchset[1] was written on top of 'young page' DAMOS filter patchset, which was in damon/next tree as of the writing. Allow such case and just ask such things to be clearly specified. [1] https://lore.kernel.org/20240405060858.2818-1-honggyu.kim@sk.com Link: https://lkml.kernel.org/r/20240503180318.72798-11-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 437f796 commit 3974345

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/mm/damon/maintainer-profile.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ management subsystem maintainer. After more sufficient tests, the patches will
2020
be queued in mm-stable [3]_ , and finally pull-requested to the mainline by the
2121
memory management subsystem maintainer.
2222

23-
Note again the patches for review should be made against the mm-unstable
24-
tree [1]_ whenever possible. damon/next is only for preview of others' works
25-
in progress.
23+
Note again the patches for mm-unstable tree [1]_ are queued by the memory
24+
management subsystem maintainer. If the patches requires some patches in
25+
damon/next tree [2]_ which not yet merged in mm-unstable, please make sure the
26+
requirement is clearly specified.
2627

2728
Submit checklist addendum
2829
-------------------------

0 commit comments

Comments
 (0)