diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-05-11 05:02:04 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-05-19 18:15:38 +0300 |
commit | d6534e3c86668211fc6945017396c0c0d9e7daa4 (patch) | |
tree | 5c975dc0c9479485229f8c8597f3c70777726467 | |
parent | 2017e3cae0c48c4f178386538712b50549a7d9a5 (diff) | |
download | linux-d6534e3c86668211fc6945017396c0c0d9e7daa4.tar.xz |
MAINTAINERS: direct process doc changes to a dedicated ML
It's hard to keep track of changes to the process docs.
Subsystem maintainers should probably know what's going on,
to ensure reasonably uniform developer experience across
trees.
We also need a place where process discussions can be held
(i.e. designated mailing list which can be CCed on naturally
arising discussions). I'm using workflows@ in this RFC,
but a new list may be better.
No change to the patch flow intended.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230511020204.910178-1-kuba@kernel.org
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..a73486c4aa6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6215,6 +6215,12 @@ X: Documentation/power/ X: Documentation/spi/ X: Documentation/userspace-api/media/ +DOCUMENTATION PROCESS +M: Jonathan Corbet <corbet@lwn.net> +S: Maintained +F: Documentation/process/ +L: workflows@vger.kernel.org + DOCUMENTATION REPORTING ISSUES M: Thorsten Leemhuis <linux@leemhuis.info> L: linux-doc@vger.kernel.org |