2024-02-20 06:47:31

by Lorenzo Stoakes

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add memory mapping entry with reviewers

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.

Signed-off-by: Lorenzo Stoakes <[email protected]>
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index b6c5c92e49db..129a237b7880 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14121,6 +14121,17 @@ F: tools/mm/
F: tools/testing/selftests/mm/
N: include/linux/page[-_]*

+MEMORY MAPPING
+M: Andrew Morton <[email protected]>
+R: Liam R. Howlett <[email protected]>
+R: Vlastimil Babka <[email protected]>
+R: Lorenzo Stoakes <[email protected]>
+L: [email protected]
+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 <[email protected]>
M: Richard Weinberger <[email protected]>
--
2.43.2



2024-02-20 18:07:18

by Vlastimil Babka

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add memory mapping entry with reviewers

On 2/20/24 07:44, Lorenzo Stoakes wrote:
> 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.
>
> Signed-off-by: Lorenzo Stoakes <[email protected]>

Acked-by: Vlastimil Babka <[email protected]>

Would be nice if this targetted sub-reviewing could be managed in a simpler
way as part of the MM section instead of having to define a new one which
duplicates half of if, but until we have such support...

> ---
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b6c5c92e49db..129a237b7880 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14121,6 +14121,17 @@ F: tools/mm/
> F: tools/testing/selftests/mm/
> N: include/linux/page[-_]*
>
> +MEMORY MAPPING
> +M: Andrew Morton <[email protected]>
> +R: Liam R. Howlett <[email protected]>
> +R: Vlastimil Babka <[email protected]>
> +R: Lorenzo Stoakes <[email protected]>
> +L: [email protected]
> +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 <[email protected]>
> M: Richard Weinberger <[email protected]>


2024-02-20 18:34:07

by Liam R. Howlett

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add memory mapping entry with reviewers

* Lorenzo Stoakes <[email protected]> [240220 01:46]:
> 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.
>
> Signed-off-by: Lorenzo Stoakes <[email protected]>

Acked-by: Liam R. Howlett <[email protected]>

> ---
> MAINTAINERS | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b6c5c92e49db..129a237b7880 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14121,6 +14121,17 @@ F: tools/mm/
> F: tools/testing/selftests/mm/
> N: include/linux/page[-_]*
>
> +MEMORY MAPPING
> +M: Andrew Morton <[email protected]>
> +R: Liam R. Howlett <[email protected]>
> +R: Vlastimil Babka <[email protected]>
> +R: Lorenzo Stoakes <[email protected]>
> +L: [email protected]
> +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 <[email protected]>
> M: Richard Weinberger <[email protected]>
> --
> 2.43.2
>