linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add linux-api for review of API/ABI changes
@ 2014-05-06 20:59 Josh Triplett
  2014-05-07  5:24 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Triplett @ 2014-05-06 20:59 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA
  Cc: Andrew Morton, Joe Perches, David S. Miller, Greg Kroah-Hartman,
	Steven Rostedt

This makes it more likely that patch submitters will CC API/ABI changes
to the linux-api list, and tools like get_maintainer.pl will do so
automatically.

Signed-off-by: Josh Triplett <josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org>
Acked-by: Steven Rostedt <rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7578deb..52a282b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -210,6 +210,13 @@ S:	Supported
 F:	Documentation/scsi/aacraid.txt
 F:	drivers/scsi/aacraid/
 
+ABI/API
+L:	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+F:	Documentation/ABI/
+F:	include/linux/syscalls.h
+F:	include/uapi/
+F:	kernel/sys_ni.c
+
 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
 M:	Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 L:	lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
-- 
2.0.0.rc0

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

* Re: [PATCH] MAINTAINERS: Add linux-api for review of API/ABI changes
  2014-05-06 20:59 [PATCH] MAINTAINERS: Add linux-api for review of API/ABI changes Josh Triplett
@ 2014-05-07  5:24 ` Michael Kerrisk (man-pages)
  2014-05-07 18:00   ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-07  5:24 UTC (permalink / raw)
  To: Josh Triplett, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, Andrew Morton, Joe Perches,
	David S. Miller, Greg Kroah-Hartman, Steven Rostedt

On 05/06/2014 10:59 PM, Josh Triplett wrote:
> This makes it more likely that patch submitters will CC API/ABI changes
> to the linux-api list, and tools like get_maintainer.pl will do so
> automatically.
> 
> Signed-off-by: Josh Triplett <josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org>
> Acked-by: Steven Rostedt <rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org>

Every little bit helps, I guess. However, what I think would make a difference
is if if people constantly posted reminders to CC linux-api when they see API/API
changes on the lists. (And the reminders should of course CC linux-api).

Acked-by: Michael Kerrisk <mtk.man-pages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7578deb..52a282b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -210,6 +210,13 @@ S:	Supported
>  F:	Documentation/scsi/aacraid.txt
>  F:	drivers/scsi/aacraid/
>  
> +ABI/API
> +L:	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +F:	Documentation/ABI/
> +F:	include/linux/syscalls.h
> +F:	include/uapi/
> +F:	kernel/sys_ni.c
> +
>  ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
>  M:	Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>  L:	lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: [PATCH] MAINTAINERS: Add linux-api for review of API/ABI changes
  2014-05-07  5:24 ` Michael Kerrisk (man-pages)
@ 2014-05-07 18:00   ` Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2014-05-07 18:00 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages)
  Cc: Josh Triplett, linux-kernel, linux-api, Andrew Morton,
	David S. Miller, Greg Kroah-Hartman, Steven Rostedt

On Wed, 2014-05-07 at 07:24 +0200, Michael Kerrisk (man-pages) wrote:
> On 05/06/2014 10:59 PM, Josh Triplett wrote:
> > This makes it more likely that patch submitters will CC API/ABI changes
> > to the linux-api list, and tools like get_maintainer.pl will do so
> > automatically.
> > 
> > Signed-off-by: Josh Triplett <josh@joshtriplett.org>
> > Acked-by: Steven Rostedt <rostedt@goodmis.org>
> 
> Every little bit helps, I guess. However, what I think would make a difference
> is if if people constantly posted reminders to CC linux-api when they see API/API
> changes on the lists. (And the reminders should of course CC linux-api).
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > +ABI/API
> > +L:	linux-api@vger.kernel.org
> > +F:	Documentation/ABI/
> > +F:	include/linux/syscalls.h
> > +F:	include/uapi/
> > +F:	kernel/sys_ni.c

Perhaps this should have a
	"S:	Odd Fixes"
line too.

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

end of thread, other threads:[~2014-05-07 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 20:59 [PATCH] MAINTAINERS: Add linux-api for review of API/ABI changes Josh Triplett
2014-05-07  5:24 ` Michael Kerrisk (man-pages)
2014-05-07 18:00   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).