workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer
@ 2023-12-21 11:26 Alejandro Colomar
  2023-12-22  0:02 ` Randy Dunlap
  2023-12-22 18:21 ` Geert Uytterhoeven
  0 siblings, 2 replies; 6+ messages in thread
From: Alejandro Colomar @ 2023-12-21 11:26 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Alejandro Colomar, workflows, Ahelenia Ziemiańska

[-- Attachment #1: Type: text/plain, Size: 1723 bytes --]

Michael retired from maintaining the Linux man-pages project in 2021.
See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
README, lsm: Remove mtk as maintainer") in the Linux man-pages
repository.

Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 Documentation/process/howto.rst | 3 +--
 MAINTAINERS                     | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index deb8235e20ff..6c73889c98fc 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -82,8 +82,7 @@ documentation files are also added which explain how to use the feature.
 When a kernel change causes the interface that the kernel exposes to
 userspace to change, it is recommended that you send the information or
 a patch to the manual pages explaining the change to the manual pages
-maintainer at mtk.manpages@gmail.com, and CC the list
-linux-api@vger.kernel.org.
+maintainer at alx@kernel.org, and CC the list linux-api@vger.kernel.org.
 
 Here is a list of files that are in the kernel source tree that are
 required reading:
diff --git a/MAINTAINERS b/MAINTAINERS
index 509281e9e169..a59214c48e52 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12745,7 +12745,7 @@ F:	drivers/mailbox/arm_mhuv2.c
 F:	include/linux/mailbox/arm_mhuv2_message.h
 
 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
-M:	Michael Kerrisk <mtk.manpages@gmail.com>
+M:	Alejandro Colomar <alx@kernel.org>
 L:	linux-man@vger.kernel.org
 S:	Maintained
 W:	http://www.kernel.org/doc/man-pages
-- 
2.42.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer
  2023-12-21 11:26 [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer Alejandro Colomar
@ 2023-12-22  0:02 ` Randy Dunlap
  2023-12-22 18:21 ` Geert Uytterhoeven
  1 sibling, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2023-12-22  0:02 UTC (permalink / raw)
  To: Alejandro Colomar, Jonathan Corbet
  Cc: workflows, Ahelenia Ziemiańska, Michael Kerrisk



On 12/21/23 03:26, Alejandro Colomar wrote:
> Michael retired from maintaining the Linux man-pages project in 2021.
> See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
> README, lsm: Remove mtk as maintainer") in the Linux man-pages
> repository.

commit: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=06e72cb19c74d3b1d661609c698ee26d7b6e4d7e

> 
> Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> Signed-off-by: Alejandro Colomar <alx@kernel.org>


Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/process/howto.rst | 3 +--
>  MAINTAINERS                     | 2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
> index deb8235e20ff..6c73889c98fc 100644
> --- a/Documentation/process/howto.rst
> +++ b/Documentation/process/howto.rst
> @@ -82,8 +82,7 @@ documentation files are also added which explain how to use the feature.
>  When a kernel change causes the interface that the kernel exposes to
>  userspace to change, it is recommended that you send the information or
>  a patch to the manual pages explaining the change to the manual pages
> -maintainer at mtk.manpages@gmail.com, and CC the list
> -linux-api@vger.kernel.org.
> +maintainer at alx@kernel.org, and CC the list linux-api@vger.kernel.org.
>  
>  Here is a list of files that are in the kernel source tree that are
>  required reading:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 509281e9e169..a59214c48e52 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12745,7 +12745,7 @@ F:	drivers/mailbox/arm_mhuv2.c
>  F:	include/linux/mailbox/arm_mhuv2_message.h
>  
>  MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
> -M:	Michael Kerrisk <mtk.manpages@gmail.com>
> +M:	Alejandro Colomar <alx@kernel.org>
>  L:	linux-man@vger.kernel.org
>  S:	Maintained
>  W:	http://www.kernel.org/doc/man-pages

-- 
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

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

* Re: [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer
  2023-12-21 11:26 [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer Alejandro Colomar
  2023-12-22  0:02 ` Randy Dunlap
@ 2023-12-22 18:21 ` Geert Uytterhoeven
  2023-12-22 18:35   ` Alejandro Colomar
  2024-01-01 12:42   ` [PATCH v2] CREDITS, " Alejandro Colomar
  1 sibling, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-12-22 18:21 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: Jonathan Corbet, workflows, Ahelenia Ziemiańska

Hi Alejandro,

On Thu, Dec 21, 2023 at 12:27 PM Alejandro Colomar <alx@kernel.org> wrote:
> Michael retired from maintaining the Linux man-pages project in 2021.
> See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
> README, lsm: Remove mtk as maintainer") in the Linux man-pages
> repository.
>
> Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> Signed-off-by: Alejandro Colomar <alx@kernel.org>

Thanks for your patch!

> ---
>  Documentation/process/howto.rst | 3 +--
>  MAINTAINERS                     | 2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)

I think Michael deserves an entry in CREDITS.

> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12745,7 +12745,7 @@ F:      drivers/mailbox/arm_mhuv2.c
>  F:     include/linux/mailbox/arm_mhuv2_message.h
>
>  MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
> -M:     Michael Kerrisk <mtk.manpages@gmail.com>
> +M:     Alejandro Colomar <alx@kernel.org>
>  L:     linux-man@vger.kernel.org
>  S:     Maintained
>  W:     http://www.kernel.org/doc/man-pages

This page links to https://www.kernel.org/doc/man-pages/maintaining.html,
which needs an update, too.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer
  2023-12-22 18:21 ` Geert Uytterhoeven
@ 2023-12-22 18:35   ` Alejandro Colomar
  2024-01-01 12:42   ` [PATCH v2] CREDITS, " Alejandro Colomar
  1 sibling, 0 replies; 6+ messages in thread
From: Alejandro Colomar @ 2023-12-22 18:35 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Jonathan Corbet, workflows, Ahelenia Ziemiańska

[-- Attachment #1: Type: text/plain, Size: 1674 bytes --]

Hi Geert,

On Fri, Dec 22, 2023 at 07:21:42PM +0100, Geert Uytterhoeven wrote:
> Hi Alejandro,
> 
> On Thu, Dec 21, 2023 at 12:27 PM Alejandro Colomar <alx@kernel.org> wrote:
> > Michael retired from maintaining the Linux man-pages project in 2021.
> > See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
> > README, lsm: Remove mtk as maintainer") in the Linux man-pages
> > repository.
> >
> > Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> > Signed-off-by: Alejandro Colomar <alx@kernel.org>
> 
> Thanks for your patch!
> 
> > ---
> >  Documentation/process/howto.rst | 3 +--
> >  MAINTAINERS                     | 2 +-
> >  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> I think Michael deserves an entry in CREDITS.

Sure!  Will do.

> 
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -12745,7 +12745,7 @@ F:      drivers/mailbox/arm_mhuv2.c
> >  F:     include/linux/mailbox/arm_mhuv2_message.h
> >
> >  MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
> > -M:     Michael Kerrisk <mtk.manpages@gmail.com>
> > +M:     Alejandro Colomar <alx@kernel.org>
> >  L:     linux-man@vger.kernel.org
> >  S:     Maintained
> >  W:     http://www.kernel.org/doc/man-pages
> 
> This page links to https://www.kernel.org/doc/man-pages/maintaining.html,
> which needs an update, too.

Yeah, I have that one pending from long ago.  I want to move it to some
text file in the repository: <./MAINTAINING>.  But that'll take some
time.

> 
> Gr{oetje,eeting}s,
> 
>                         Geert

Have a lovely day,
Alex

-- 
<https://www.alejandro-colomar.es/>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [PATCH v2] CREDITS, MAINTAINERS, docs/process/howto: Update man-pages' maintainer
  2023-12-22 18:21 ` Geert Uytterhoeven
  2023-12-22 18:35   ` Alejandro Colomar
@ 2024-01-01 12:42   ` Alejandro Colomar
  2024-01-03 20:32     ` Jonathan Corbet
  1 sibling, 1 reply; 6+ messages in thread
From: Alejandro Colomar @ 2024-01-01 12:42 UTC (permalink / raw)
  To: workflows, Jonathan Corbet
  Cc: Alejandro Colomar, Ahelenia Ziemiańska, Randy Dunlap,
	Michael Kerrisk, Michael Kerrisk, Geert Uytterhoeven

[-- Attachment #1: Type: text/plain, Size: 2682 bytes --]

Michael retired from maintaining the Linux man-pages project in 2021.
See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
README, lsm: Remove mtk as maintainer") in the Linux man-pages
repository.

Add him to CREDITS.

Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=06e72cb19c74d3b1d661609c698ee26d7b6e4d7e>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Michael Kerrisk <mtk@man7.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 CREDITS                         | 7 +++++++
 Documentation/process/howto.rst | 3 +--
 MAINTAINERS                     | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CREDITS b/CREDITS
index f33a33fd2371..6781d4eeb9fb 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1828,6 +1828,13 @@ S: K osmidomkum 723
 S: 160 00 Praha 6
 S: Czech Republic
 
+N: Michael Kerrisk
+E: mtk.manpages@gmail.com
+W: https://man7.org/
+P: 4096R/3A35CE5E E522 595B 52ED A4E6 BFCC  CB5E 8561 9911 3A35 CE5E
+D: Maintainer of the Linux man-pages project
+D: Linux man pages online, at <https://man7.org/linux/man-pages/>
+
 N: Niels Kristian Bech Jensen
 E: nkbj1970@hotmail.com
 D: Miscellaneous kernel updates and fixes.
diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst
index deb8235e20ff..6c73889c98fc 100644
--- a/Documentation/process/howto.rst
+++ b/Documentation/process/howto.rst
@@ -82,8 +82,7 @@ documentation files are also added which explain how to use the feature.
 When a kernel change causes the interface that the kernel exposes to
 userspace to change, it is recommended that you send the information or
 a patch to the manual pages explaining the change to the manual pages
-maintainer at mtk.manpages@gmail.com, and CC the list
-linux-api@vger.kernel.org.
+maintainer at alx@kernel.org, and CC the list linux-api@vger.kernel.org.
 
 Here is a list of files that are in the kernel source tree that are
 required reading:
diff --git a/MAINTAINERS b/MAINTAINERS
index 509281e9e169..a59214c48e52 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12745,7 +12745,7 @@ F:	drivers/mailbox/arm_mhuv2.c
 F:	include/linux/mailbox/arm_mhuv2_message.h
 
 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
-M:	Michael Kerrisk <mtk.manpages@gmail.com>
+M:	Alejandro Colomar <alx@kernel.org>
 L:	linux-man@vger.kernel.org
 S:	Maintained
 W:	http://www.kernel.org/doc/man-pages
-- 
2.43.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH v2] CREDITS, MAINTAINERS, docs/process/howto: Update man-pages' maintainer
  2024-01-01 12:42   ` [PATCH v2] CREDITS, " Alejandro Colomar
@ 2024-01-03 20:32     ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2024-01-03 20:32 UTC (permalink / raw)
  To: Alejandro Colomar, workflows
  Cc: Alejandro Colomar, Ahelenia Ziemiańska, Randy Dunlap,
	Michael Kerrisk, Michael Kerrisk, Geert Uytterhoeven

Alejandro Colomar <alx@kernel.org> writes:

> Michael retired from maintaining the Linux man-pages project in 2021.
> See commit 06e72cb19c74d3b1d661609c698ee26d7b6e4d7e ("CONTRIBUTING,
> README, lsm: Remove mtk as maintainer") in the Linux man-pages
> repository.
>
> Add him to CREDITS.
>
> Reported-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> Link: <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=06e72cb19c74d3b1d661609c698ee26d7b6e4d7e>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Michael Kerrisk <mtk.manpages@gmail.com>
> Cc: Michael Kerrisk <mtk@man7.org>
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Signed-off-by: Alejandro Colomar <alx@kernel.org>
> ---
>  CREDITS                         | 7 +++++++
>  Documentation/process/howto.rst | 3 +--
>  MAINTAINERS                     | 2 +-
>  3 files changed, 9 insertions(+), 3 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2024-01-03 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 11:26 [PATCH] MAINTAINERS, docs/process/howto: Update man-pages' maintainer Alejandro Colomar
2023-12-22  0:02 ` Randy Dunlap
2023-12-22 18:21 ` Geert Uytterhoeven
2023-12-22 18:35   ` Alejandro Colomar
2024-01-01 12:42   ` [PATCH v2] CREDITS, " Alejandro Colomar
2024-01-03 20:32     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox