Skip to content

Commit

Permalink
MAINTAINERS: Clarify UIO vs UIOVEC maintainer
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
djbw authored and gregkh committed Oct 16, 2018
1 parent 19b2017 commit 9793c1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -15365,13 +15365,19 @@ F: arch/x86/um/
F: fs/hostfs/
F: fs/hppfs/

USERSPACE COPYIN/COPYOUT (UIOVEC)
M: Alexander Viro <[email protected]>
S: Maintained
F: lib/iov_iter.c
F: include/linux/uio.h

USERSPACE I/O (UIO)
M: Greg Kroah-Hartman <[email protected]>
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 <[email protected]>
Expand Down

0 comments on commit 9793c1f

Please sign in to comment.