diff options
author | Dan Williams <dan.j.williams@intel.com> | 2018-10-12 21:35:15 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-16 12:41:37 +0200 |
commit | 9793c1fd1775859450ac18fa645e31902e4b0173 (patch) | |
tree | 5137cf735c3e7d1f8abdc0d404dd8b4d84fb943b /MAINTAINERS | |
parent | 19b201705445d967f95d45ad1e907b94c9b92d57 (diff) | |
download | linux-stable-9793c1fd1775859450ac18fa645e31902e4b0173.tar.gz linux-stable-9793c1fd1775859450ac18fa645e31902e4b0173.tar.bz2 linux-stable-9793c1fd1775859450ac18fa645e31902e4b0173.zip |
MAINTAINERS: Clarify UIO vs UIOVEC maintainer
The UIO file mask in MAINTAINERS was incorrectly directing UIOVEC
(include/linux/uio.h) patches to Greg.
Tag Al as the UIOVEC maintainer as Ingo and others have explicitly
required his ack before taking architecture patches that touch
lib/iov_iter.c.
Cc: Al Viro <viro@zeniv.linux.org.uk>
Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-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/ F: fs/hostfs/ F: fs/hppfs/ +USERSPACE COPYIN/COPYOUT (UIOVEC) +M: Alexander Viro <viro@zeniv.linux.org.uk> +S: Maintained +F: lib/iov_iter.c +F: include/linux/uio.h + USERSPACE I/O (UIO) M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git F: Documentation/driver-api/uio-howto.rst F: drivers/uio/ -F: include/linux/uio*.h +F: include/linux/uio_driver.h UTIL-LINUX PACKAGE M: Karel Zak <kzak@redhat.com> |