[PATCH] MAINTAINERS: add missing interval_tree.c to memory mapping section

Lorenzo Stoakes posted 1 patch 2 months, 2 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add missing interval_tree.c to memory mapping section
Posted by Lorenzo Stoakes 2 months, 2 weeks ago
This seems to be the best place for this file.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..ec8db35c0d6c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16008,6 +16008,7 @@ S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
 F:	include/trace/events/mmap.h
+F:	mm/interval_tree.c
 F:	mm/mincore.c
 F:	mm/mlock.c
 F:	mm/mmap.c
-- 
2.50.1
Re: [PATCH] MAINTAINERS: add missing interval_tree.c to memory mapping section
Posted by Vlastimil Babka 2 months, 2 weeks ago
On 7/22/25 19:15, Lorenzo Stoakes wrote:
> This seems to be the best place for this file.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by: Vlastimil Babka <vbabka@suse.cz>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 837bc5cd6166..ec8db35c0d6c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16008,6 +16008,7 @@ S:	Maintained
>  W:	http://www.linux-mm.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>  F:	include/trace/events/mmap.h
> +F:	mm/interval_tree.c
>  F:	mm/mincore.c
>  F:	mm/mlock.c
>  F:	mm/mmap.c
Re: [PATCH] MAINTAINERS: add missing interval_tree.c to memory mapping section
Posted by Pedro Falcato 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 06:15:28PM +0100, Lorenzo Stoakes wrote:
> This seems to be the best place for this file.

Honestly, calling this "MISC" and going on with life is also ok.
But:

> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by: Pedro Falcato <pfalcato@suse.de>

-- 
Pedro