]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add mm GUP section
authorLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Tue, 6 May 2025 17:36:01 +0000 (18:36 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:26:07 +0000 (17:26 -0700)
As part of the ongoing efforts to sub-divide memory management
maintainership and reviewership, establish a section for GUP (Get User
Pages) support and add appropriate maintainers and reviewers.

Link: https://lkml.kernel.org/r/20250506173601.97562-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index f21f1dabb5fe1d31fca1a558473d92b90027088c..88102bb64dfec50ee4b929a53075c023d3d6868f 100644 (file)
@@ -15542,6 +15542,18 @@ S:     Maintained
 F:     include/linux/execmem.h
 F:     mm/execmem.c
 
+MEMORY MANAGEMENT - GUP (GET USER PAGES)
+M:     Andrew Morton <akpm@linux-foundation.org>
+M:     David Hildenbrand <david@redhat.com>
+R:     Jason Gunthorpe <jgg@nvidia.com>
+R:     John Hubbard <jhubbard@nvidia.com>
+R:     Peter Xu <peterx@redhat.com>
+L:     linux-mm@kvack.org
+S:     Maintained
+W:     http://www.linux-mm.org
+T:     git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:     mm/gup.c
+
 MEMORY MANAGEMENT - NUMA MEMBLOCKS AND NUMA EMULATION
 M:     Andrew Morton <akpm@linux-foundation.org>
 M:     Mike Rapoport <rppt@kernel.org>