]> www.infradead.org Git - users/hch/misc.git/commitdiff
MAINTAINERS: add peterx as userfaultfd reviewer
authorPeter Xu <peterx@redhat.com>
Sat, 22 Mar 2025 00:21:24 +0000 (20:21 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 1 Apr 2025 22:17:10 +0000 (15:17 -0700)
Add an entry for userfaultfd and make myself a reviewer of it, just in
case it helps people manage the cc list.

I named it MEMORY USERFAULTFD, could be a bad name, but then it can be
together with the MEMORY* entries when everything is in alphabetic order,
which is definitely a benefit.

The line may not change much on how I'd work with userfaultfd; I think
I'll do the same as before..  But maybe it still, more or less, adds some
responsibility on top, indeed.

[akpm@linux-foundation.org: add include/linux/userfaultfd_k.h, per Mike]
[akpm@linux-foundation.org: fix misordering]
Link: https://lkml.kernel.org/r/20250322002124.131736-1-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index b1fe0b766cec8a7ba03c18f1dec6820b48c86b4a..3ef706b4b01ac6b83c19784f2a9a9aec85913541 100644 (file)
@@ -15517,6 +15517,18 @@ F:     mm/vma.h
 F:     mm/vma_internal.h
 F:     tools/testing/vma/
 
+MEMORY USERFAULTFD
+M:     Andrew Morton <akpm@linux-foundation.org>
+R:     Peter Xu <peterx@redhat.com>
+S:     Maintained
+F:     Documentation/admin-guide/mm/userfaultfd.rst
+F:     fs/userfaultfd.c
+F:     include/asm-generic/pgtable_uffd.h
+F:     include/linux/userfaultfd_k.h
+F:     include/uapi/linux/userfaultfd.h
+F:     mm/userfaultfd.c
+F:     tools/testing/selftests/mm/uffd-*.[ch]
+
 MEMORY TECHNOLOGY DEVICES (MTD)
 M:     Miquel Raynal <miquel.raynal@bootlin.com>
 M:     Richard Weinberger <richard@nod.at>