aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS8
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0282aae5fcef..a38c13c7da9a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15365,13 +15365,19 @@ F: arch/x86/um/
15365F: fs/hostfs/ 15365F: fs/hostfs/
15366F: fs/hppfs/ 15366F: fs/hppfs/
15367 15367
15368USERSPACE COPYIN/COPYOUT (UIOVEC)
15369M: Alexander Viro <viro@zeniv.linux.org.uk>
15370S: Maintained
15371F: lib/iov_iter.c
15372F: include/linux/uio.h
15373
15368USERSPACE I/O (UIO) 15374USERSPACE I/O (UIO)
15369M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 15375M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15370S: Maintained 15376S: Maintained
15371T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 15377T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
15372F: Documentation/driver-api/uio-howto.rst 15378F: Documentation/driver-api/uio-howto.rst
15373F: drivers/uio/ 15379F: drivers/uio/
15374F: include/linux/uio*.h 15380F: include/linux/uio_driver.h
15375 15381
15376UTIL-LINUX PACKAGE 15382UTIL-LINUX PACKAGE
15377M: Karel Zak <kzak@redhat.com> 15383M: Karel Zak <kzak@redhat.com>