The patch titled Subject: MAINTAINERS: add memory mapping entry with reviewers has been added to the -mm mm-hotfixes-unstable branch. Its filename is maintainers-add-memory-mapping-entry-with-reviewers.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-memory-mapping-entry-with-reviewers.patch This patch will later appear in the mm-hotfixes-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: Lorenzo Stoakes <lstoakes@xxxxxxxxx> Subject: MAINTAINERS: add memory mapping entry with reviewers Date: Tue, 20 Feb 2024 06:44:10 +0000 Recently there have been a number of patches which have affected various aspects of the memory mapping logic as implemented in mm/mmap.c where it would have been useful for regular contributors to have been notified. Add an entry for this part of mm in particular with regular contributors tagged as reviewers. Link: https://lkml.kernel.org/r/20240220064410.4639-1-lstoakes@xxxxxxxxx Signed-off-by: Lorenzo Stoakes <lstoakes@xxxxxxxxx> Cc: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) --- a/MAINTAINERS~maintainers-add-memory-mapping-entry-with-reviewers +++ a/MAINTAINERS @@ -14111,6 +14111,17 @@ F: mm/ F: tools/mm/ F: tools/testing/selftests/mm/ +MEMORY MAPPING +M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> +R: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> +R: Vlastimil Babka <vbabka@xxxxxxx> +R: Lorenzo Stoakes <lstoakes@xxxxxxxxx> +L: linux-mm@xxxxxxxxx +S: Maintained +W: http://www.linux-mm.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm +F: mm/mmap.c + MEMORY TECHNOLOGY DEVICES (MTD) M: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> M: Richard Weinberger <richard@xxxxxx> _ Patches currently in -mm which might be from lstoakes@xxxxxxxxx are maintainers-add-memory-mapping-entry-with-reviewers.patch