All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer
@ 2018-09-13  5:09 Dan Williams
  2018-09-13  5:50 ` Greg Kroah-Hartman
  2018-09-20 21:34 ` Dan Williams
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Williams @ 2018-09-13  5:09 UTC (permalink / raw)
  To: viro; +Cc: Greg Kroah-Hartman, linux-kernel

The UIO file mask in MAINTAINERS was incorrectly directing UACCESS
(include/linux/uio.h) patches to Greg.

Tag Al as the UACCESS 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>
---
Al, let me know if this is ok. Alternatively we could just fix the file
mask for UIO and not add a new UACCESS section.

 MAINTAINERS |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d870cb57c887..be6c29cfeb55 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15344,13 +15344,19 @@ F:	arch/x86/um/
 F:	fs/hostfs/
 F:	fs/hppfs/
 
+USERSPACE ACCESS (UACCESS)
+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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer
  2018-09-13  5:09 [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer Dan Williams
@ 2018-09-13  5:50 ` Greg Kroah-Hartman
  2018-09-20 21:34 ` Dan Williams
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2018-09-13  5:50 UTC (permalink / raw)
  To: Dan Williams; +Cc: viro, linux-kernel

On Wed, Sep 12, 2018 at 10:09:28PM -0700, Dan Williams wrote:
> The UIO file mask in MAINTAINERS was incorrectly directing UACCESS
> (include/linux/uio.h) patches to Greg.
> 
> Tag Al as the UACCESS 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>
> ---
> Al, let me know if this is ok. Alternatively we could just fix the file
> mask for UIO and not add a new UACCESS section.

Thanks for doing this!

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer
  2018-09-13  5:09 [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer Dan Williams
  2018-09-13  5:50 ` Greg Kroah-Hartman
@ 2018-09-20 21:34 ` Dan Williams
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Williams @ 2018-09-20 21:34 UTC (permalink / raw)
  To: Al Viro; +Cc: Greg KH, Linux Kernel Mailing List

On Wed, Sep 12, 2018 at 10:23 PM Dan Williams <dan.j.williams@intel.com> wrote:
>
> The UIO file mask in MAINTAINERS was incorrectly directing UACCESS
> (include/linux/uio.h) patches to Greg.
>
> Tag Al as the UACCESS 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>
> ---
> Al, let me know if this is ok. Alternatively we could just fix the file
> mask for UIO and not add a new UACCESS section.

Al, ack / nak?



>
>  MAINTAINERS |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d870cb57c887..be6c29cfeb55 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15344,13 +15344,19 @@ F:    arch/x86/um/
>  F:     fs/hostfs/
>  F:     fs/hppfs/
>
> +USERSPACE ACCESS (UACCESS)
> +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>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-20 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13  5:09 [PATCH] MAINTAINERS: Clarify UIO vs UACCESS maintainer Dan Williams
2018-09-13  5:50 ` Greg Kroah-Hartman
2018-09-20 21:34 ` Dan Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.