diff options
-rw-r--r-- | MAINTAINERS | 8 |
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/ | |||
15365 | F: fs/hostfs/ | 15365 | F: fs/hostfs/ |
15366 | F: fs/hppfs/ | 15366 | F: fs/hppfs/ |
15367 | 15367 | ||
15368 | USERSPACE COPYIN/COPYOUT (UIOVEC) | ||
15369 | M: Alexander Viro <viro@zeniv.linux.org.uk> | ||
15370 | S: Maintained | ||
15371 | F: lib/iov_iter.c | ||
15372 | F: include/linux/uio.h | ||
15373 | |||
15368 | USERSPACE I/O (UIO) | 15374 | USERSPACE I/O (UIO) |
15369 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 15375 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
15370 | S: Maintained | 15376 | S: Maintained |
15371 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git | 15377 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git |
15372 | F: Documentation/driver-api/uio-howto.rst | 15378 | F: Documentation/driver-api/uio-howto.rst |
15373 | F: drivers/uio/ | 15379 | F: drivers/uio/ |
15374 | F: include/linux/uio*.h | 15380 | F: include/linux/uio_driver.h |
15375 | 15381 | ||
15376 | UTIL-LINUX PACKAGE | 15382 | UTIL-LINUX PACKAGE |
15377 | M: Karel Zak <kzak@redhat.com> | 15383 | M: Karel Zak <kzak@redhat.com> |