* [patch] MAINTAINERS: trim the file triggers for ABI/API
@ 2016-02-04 14:05 Michael Kerrisk (man-pages)
[not found] ` <56B35A9F.1080303-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-02-04 15:34 ` Josh Triplett
0 siblings, 2 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-04 14:05 UTC (permalink / raw)
To: Andrew Morton
Cc: mtk.manpages, lkml, Linux API, Josh Triplett, Andy Lutomirski,
Steven Rostedt, Greg Kroah-Hartman, Shuah Khan,
Mauro Carvalho Chehab
Josh Tripplett's commit ea8f8fc8631d9f890580a94d57a18bfeb827fa2e
was well intentioned (I even Acked it), but in practice it has mostly
generated (a lot of) useless noise on linux-api as developers of
drivers and implementers of other uninteresting changes run
scripts/get-maintainers.pl and unthinkingly paste the results
into their email clients. And that commit didn't really
help catch the really important API changes (new system calls,
new options to existing system calls, new pseudofile entries,
and so on). So, trim the 'F:' triggers for the "ABI/API" entry
in MAINTAINERS right back to the minimum.
Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
---
MAINTAINERS | 2 --
1 file changed, 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f678c37..56f7a4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -223,9 +223,7 @@ F: drivers/scsi/aacraid/
ABI/API
L: linux-api@vger.kernel.org
-F: Documentation/ABI/
F: include/linux/syscalls.h
-F: include/uapi/
F: kernel/sys_ni.c
ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
--
2.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [patch] MAINTAINERS: trim the file triggers for ABI/API
[not found] ` <56B35A9F.1080303-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-02-04 14:38 ` Shuah Khan
0 siblings, 0 replies; 5+ messages in thread
From: Shuah Khan @ 2016-02-04 14:38 UTC (permalink / raw)
To: Michael Kerrisk (man-pages), Andrew Morton
Cc: lkml, Linux API, Josh Triplett, Andy Lutomirski, Steven Rostedt,
Greg Kroah-Hartman, Mauro Carvalho Chehab, Shuah Khan
On 02/04/2016 07:05 AM, Michael Kerrisk (man-pages) wrote:
> Josh Tripplett's commit ea8f8fc8631d9f890580a94d57a18bfeb827fa2e
> was well intentioned (I even Acked it), but in practice it has mostly
> generated (a lot of) useless noise on linux-api as developers of
> drivers and implementers of other uninteresting changes run
> scripts/get-maintainers.pl and unthinkingly paste the results
> into their email clients. And that commit didn't really
> help catch the really important API changes (new system calls,
> new options to existing system calls, new pseudofile entries,
> and so on). So, trim the 'F:' triggers for the "ABI/API" entry
> in MAINTAINERS right back to the minimum.
>
> Signed-off-by: Michael Kerrisk <mtk.man-pages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> MAINTAINERS | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f678c37..56f7a4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -223,9 +223,7 @@ 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
>
Acked-by: Shuah khan <shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org | (970) 217-8978
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [patch] MAINTAINERS: trim the file triggers for ABI/API
2016-02-04 14:05 [patch] MAINTAINERS: trim the file triggers for ABI/API Michael Kerrisk (man-pages)
[not found] ` <56B35A9F.1080303-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2016-02-04 15:34 ` Josh Triplett
2016-02-04 19:44 ` Michael Kerrisk (man-pages)
2016-02-04 20:55 ` Joe Perches
1 sibling, 2 replies; 5+ messages in thread
From: Josh Triplett @ 2016-02-04 15:34 UTC (permalink / raw)
To: Michael Kerrisk (man-pages)
Cc: Andrew Morton, lkml, Linux API, Andy Lutomirski, Steven Rostedt,
Greg Kroah-Hartman, Shuah Khan, Mauro Carvalho Chehab
On Thu, Feb 04, 2016 at 03:05:19PM +0100, Michael Kerrisk (man-pages) wrote:
> Josh Tripplett's commit ea8f8fc8631d9f890580a94d57a18bfeb827fa2e
s/Tripplett/Triplett/
> was well intentioned (I even Acked it), but in practice it has mostly
> generated (a lot of) useless noise on linux-api as developers of
> drivers and implementers of other uninteresting changes run
> scripts/get-maintainers.pl and unthinkingly paste the results
> into their email clients. And that commit didn't really
> help catch the really important API changes (new system calls,
> new options to existing system calls, new pseudofile entries,
> and so on). So, trim the 'F:' triggers for the "ABI/API" entry
> in MAINTAINERS right back to the minimum.
This change makes sense, but I don't think this commit message explains
the specific changes to the file triggers. (Also, there's a convention
for referencing past commits.) Might I suggest an alternate commit
message?
"""
Commit ea8f8fc8631 ("MAINTAINERS: add linux-api for review of API/ABI
changes") added file triggers for various paths that likely indicated
API/ABI changes. However, catching all changes in Documentation/ABI/
and include/uapi/ produces a large volume of mail to linux-api, rather
than only API/ABI changes. Drop those two entries, but leave
include/linux/syscalls.h and kernel/sys_ni.c to catch syscall-related
changes.
"""
> Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
> ---
> MAINTAINERS | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f678c37..56f7a4f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -223,9 +223,7 @@ F: drivers/scsi/aacraid/
>
> ABI/API
> L: linux-api@vger.kernel.org
> -F: Documentation/ABI/
> F: include/linux/syscalls.h
> -F: include/uapi/
> F: kernel/sys_ni.c
>
> ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
> --
> 2.5.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [patch] MAINTAINERS: trim the file triggers for ABI/API
2016-02-04 15:34 ` Josh Triplett
@ 2016-02-04 19:44 ` Michael Kerrisk (man-pages)
2016-02-04 20:55 ` Joe Perches
1 sibling, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-04 19:44 UTC (permalink / raw)
To: Josh Triplett
Cc: Andrew Morton, lkml, Linux API, Andy Lutomirski, Steven Rostedt,
Greg Kroah-Hartman, Shuah Khan, Mauro Carvalho Chehab
Hi Josh,
On 4 February 2016 at 16:34, Josh Triplett <josh-iaAMLnmF4UmaiuxdJuQwMA@public.gmane.org> wrote:
> On Thu, Feb 04, 2016 at 03:05:19PM +0100, Michael Kerrisk (man-pages) wrote:
>> Josh Tripplett's commit ea8f8fc8631d9f890580a94d57a18bfeb827fa2e
>
> s/Tripplett/Triplett/
>
>> was well intentioned (I even Acked it), but in practice it has mostly
>> generated (a lot of) useless noise on linux-api as developers of
>> drivers and implementers of other uninteresting changes run
>> scripts/get-maintainers.pl and unthinkingly paste the results
>> into their email clients. And that commit didn't really
>> help catch the really important API changes (new system calls,
>> new options to existing system calls, new pseudofile entries,
>> and so on). So, trim the 'F:' triggers for the "ABI/API" entry
>> in MAINTAINERS right back to the minimum.
>
> This change makes sense, but I don't think this commit message explains
> the specific changes to the file triggers. (Also, there's a convention
> for referencing past commits.) Might I suggest an alternate commit
> message?
>
> """
> Commit ea8f8fc8631 ("MAINTAINERS: add linux-api for review of API/ABI
> changes") added file triggers for various paths that likely indicated
> API/ABI changes. However, catching all changes in Documentation/ABI/
> and include/uapi/ produces a large volume of mail to linux-api, rather
> than only API/ABI changes. Drop those two entries, but leave
> include/linux/syscalls.h and kernel/sys_ni.c to catch syscall-related
> changes.
> """
Thanks. Looks like Andrew picked your version of the commit message up.
Cheers,
Michael
>> Signed-off-by: Michael Kerrisk <mtk.man-pages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> ---
>> MAINTAINERS | 2 --
>> 1 file changed, 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index f678c37..56f7a4f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -223,9 +223,7 @@ 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
>> --
>> 2.5.0
--
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] 5+ messages in thread
* Re: [patch] MAINTAINERS: trim the file triggers for ABI/API
2016-02-04 15:34 ` Josh Triplett
2016-02-04 19:44 ` Michael Kerrisk (man-pages)
@ 2016-02-04 20:55 ` Joe Perches
1 sibling, 0 replies; 5+ messages in thread
From: Joe Perches @ 2016-02-04 20:55 UTC (permalink / raw)
To: Josh Triplett, Michael Kerrisk (man-pages)
Cc: Andrew Morton, lkml, Linux API, Andy Lutomirski, Steven Rostedt,
Greg Kroah-Hartman, Shuah Khan, Mauro Carvalho Chehab
On Thu, 2016-02-04 at 07:34 -0800, Josh Triplett wrote:
> On Thu, Feb 04, 2016 at 03:05:19PM +0100, Michael Kerrisk (man-pages) wrote:
> Might I suggest an alternate commit message?
>
> """
> Commit ea8f8fc8631 ("MAINTAINERS: add linux-api for review of API/ABI
> changes") added file triggers for various paths that likely indicated
> API/ABI changes. However, catching all changes in Documentation/ABI/
> and include/uapi/ produces a large volume of mail to linux-api, rather
> than only API/ABI changes. Drop those two entries, but leave
> include/linux/syscalls.h and kernel/sys_ni.c to catch syscall-related
> changes.
> """
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > @@ -223,9 +223,7 @@ F: drivers/scsi/aacraid/
> >
> > ABI/API
> > L: linux-api@vger.kernel.org
> > -F: Documentation/ABI/
> > F: include/linux/syscalls.h
> > -F: include/uapi/
> > F: kernel/sys_ni.c
Maybe add a keyword entry like:
K: (?i)syscall
to see all actual changes of syscalls too?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-04 20:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 14:05 [patch] MAINTAINERS: trim the file triggers for ABI/API Michael Kerrisk (man-pages)
[not found] ` <56B35A9F.1080303-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-02-04 14:38 ` Shuah Khan
2016-02-04 15:34 ` Josh Triplett
2016-02-04 19:44 ` Michael Kerrisk (man-pages)
2016-02-04 20:55 ` 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).