linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: exclude uapi directories in API/ABI section
       [not found] <CAKgNAkiVWvzQOwRGOdSoh8JY-DpxcF6pWdLWNK4RHFdN-d6=+w@mail.gmail.com>
@ 2021-03-01 10:02 ` Vlastimil Babka
  2021-03-03 21:52   ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Babka @ 2021-03-01 10:02 UTC (permalink / raw)
  To: Andrew Morton, Michael Kerrisk; +Cc: linux-api, Vlastimil Babka

Commit 7b4693e644cb ("MAINTAINERS: add uapi directories to API/ABI section")
added include/uapi/ and arch/*/include/uapi/ so that patches modifying them
CC linux-api. However that was already done in the past and resulted in too
much noise and thus later removed, as explained in b14fd334ff3d ("MAINTAINERS:
trim the file triggers for ABI/API")

To prevent another round of addition and removal in the future, change the
entries to X: (explicit exclusion) for documentation purposes, although they
are not subdirectories of broader included directories, as there is apparently
no defined way to add plain comments in subsystem sections.

Reported-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d92f85ca831d..591829cd1ba4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -261,8 +261,8 @@ ABI/API
 L:	linux-api@vger.kernel.org
 F:	include/linux/syscalls.h
 F:	kernel/sys_ni.c
-F:	include/uapi/
-F:	arch/*/include/uapi/
+X:	include/uapi/
+X:	arch/*/include/uapi/
 
 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
 M:	Hans de Goede <hdegoede@redhat.com>
-- 
2.30.1


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

* Re: [PATCH] MAINTAINERS: exclude uapi directories in API/ABI section
  2021-03-01 10:02 ` [PATCH] MAINTAINERS: exclude uapi directories in API/ABI section Vlastimil Babka
@ 2021-03-03 21:52   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2021-03-03 21:52 UTC (permalink / raw)
  To: Vlastimil Babka, Andrew Morton; +Cc: mtk.manpages, linux-api

On 3/1/21 11:02 AM, Vlastimil Babka wrote:
> Commit 7b4693e644cb ("MAINTAINERS: add uapi directories to API/ABI section")
> added include/uapi/ and arch/*/include/uapi/ so that patches modifying them
> CC linux-api. However that was already done in the past and resulted in too
> much noise and thus later removed, as explained in b14fd334ff3d ("MAINTAINERS:
> trim the file triggers for ABI/API")
> 
> To prevent another round of addition and removal in the future, change the
> entries to X: (explicit exclusion) for documentation purposes, although they
> are not subdirectories of broader included directories, as there is apparently
> no defined way to add plain comments in subsystem sections.
> 
> Reported-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d92f85ca831d..591829cd1ba4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -261,8 +261,8 @@ ABI/API
>  L:	linux-api@vger.kernel.org
>  F:	include/linux/syscalls.h
>  F:	kernel/sys_ni.c
> -F:	include/uapi/
> -F:	arch/*/include/uapi/
> +X:	include/uapi/
> +X:	arch/*/include/uapi/
>  
>  ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
>  M:	Hans de Goede <hdegoede@redhat.com>
> 

Thanks, Vlastimil.

Acked-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>

Cheers,

Michael

-- 
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] 2+ messages in thread

end of thread, other threads:[~2021-03-04  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAKgNAkiVWvzQOwRGOdSoh8JY-DpxcF6pWdLWNK4RHFdN-d6=+w@mail.gmail.com>
2021-03-01 10:02 ` [PATCH] MAINTAINERS: exclude uapi directories in API/ABI section Vlastimil Babka
2021-03-03 21:52   ` Michael Kerrisk (man-pages)

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).