2022-05-03 00:01:06

by Akira Yokosawa

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE

Due to the lack of an entry for the Japanese translation of
documentation, Kosuke Fujimoto needed to ask the status of
its maintenance [1].

Add an entry for DOCUMENTATION/JAPANESE as a sub-subsystem
under the DOCUMENTATION subsystem to make it easier for
another prospective contributor to know there is someone
who takes care of Japanese translation.

As a first step, install myself as a designated reviewer.
Hopefully, other interested members get accustomed to the
kernel-dev workflow and would get ready to be
(co-)maintainers/reviewers shortly.

[1]: https://lore.kernel.org/r/[email protected]/

Signed-off-by: Akira Yokosawa <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Tsugikazu Shibata <[email protected]>
Cc: Kosuke Fujimoto <[email protected]>
---
Hi Jon,

So this took a little longer than I had originally expected.
Shibata-san says he is not confident enough to be in MAINTAINERS
at the moment, as he has just woken up from several-year
"hibernation"

I'm installing myself in the "R:" field.
I don't think being in "M:" or "R:" matters much in practice,
but I think I'd be better suited as a reviewer.

If there exists such a rule that every entry in MAINTAINERS is
required to have at least one member listed in the "M:" field,
I'm OK with filling the role. Thoughts?

Thanks, Akira
--
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd768d43e048..c31ba28a6b58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5987,6 +5987,12 @@ L: [email protected]
S: Maintained
F: Documentation/translations/it_IT

+DOCUMENTATION/JAPANESE
+R: Akira Yokosawa <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/translations/ja_JP
+
DONGWOON DW9714 LENS VOICE COIL DRIVER
M: Sakari Ailus <[email protected]>
L: [email protected]

base-commit: a477b94d657875c81775b7e5147fd2671ff25ce0
--
2.25.1


2022-05-09 23:28:11

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE

Akira Yokosawa <[email protected]> writes:

> Due to the lack of an entry for the Japanese translation of
> documentation, Kosuke Fujimoto needed to ask the status of
> its maintenance [1].
>
> Add an entry for DOCUMENTATION/JAPANESE as a sub-subsystem
> under the DOCUMENTATION subsystem to make it easier for
> another prospective contributor to know there is someone
> who takes care of Japanese translation.
>
> As a first step, install myself as a designated reviewer.
> Hopefully, other interested members get accustomed to the
> kernel-dev workflow and would get ready to be
> (co-)maintainers/reviewers shortly.
>
I've applied this, thanks.

> If there exists such a rule that every entry in MAINTAINERS is
> required to have at least one member listed in the "M:" field,
> I'm OK with filling the role. Thoughts?

No, reviewer-only entries are fine.

Thanks,

jon