2022-11-12 08:36:12

by Nicolas Schier

[permalink] [raw]
Subject: [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries

Update MAINTAINERS by adding Nathan and myself to Kbuild reviewers and moving
emeritus maintainer Marek to CREDITS. Further, add the missing patchwork URLs
for Kconfig and Kbuild.

Nicolas Schier (3):
MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers
MAINTAINERS: Remove Michal Marek from Kbuild maintainers
MAINTAINERS: Add linux-kbuild's patchwork

CREDITS | 4 ++++
MAINTAINERS | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)

Changes v1 -> v2:
* patch1: Also add Nathan to Kbuild reviewers (Nick, Nathan), and update commit msg
* patch2: Add missing 'no' to commit msg (Randy)
* patch2: Add CREDITS entry for Michal (Nick)


Range-diff against v1:
1: e827247c902b ! 1: efd3cbed0d42 MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
@@ Metadata
Author: Nicolas Schier <[email protected]>

## Commit message ##
- MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
+ MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers

- As suggested by Nick, add myself to Kbuild reviewers since I have been
- reviewing patches for some time. Citing from Nick's commit 36f1386d34120:
- "I still have a long way to go in terms of mastery of GNU make, but at the
- least I can help with more code review."
+ As suggested by Nick, add Nathan and myself to Kbuild reviewers to share more
+ review responsibilities.

Signed-off-by: Nicolas Schier <[email protected]>
+ Acked-by: Nick Desaulniers <[email protected]>
+ Acked-by: Nathan Chancellor <[email protected]>

## MAINTAINERS ##
-@@ MAINTAINERS: KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
+@@ MAINTAINERS: F: fs/autofs/
+ KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
M: Masahiro Yamada <[email protected]>
M: Michal Marek <[email protected]>
++R: Nathan Chancellor <[email protected]>
R: Nick Desaulniers <[email protected]>
+R: Nicolas Schier <[email protected]>
L: [email protected]
2: 88524e0789c3 ! 2: c31750a47b44 MAINTAINERS: Remove Michal Marek from Kbuild maintainers
@@ Metadata
## Commit message ##
MAINTAINERS: Remove Michal Marek from Kbuild maintainers

- Remove Michal Marek from Kbuild maintainers as there is response since
- October 2017.
+ Remove Michal Marek from Kbuild maintainers as there is no response from him
+ since October 2017. Add an entry for Michal in CREDITS.
+
+ Michal, thanks for maintaining Kbuild for almost eight years!

Suggested-by: Nick Desaulniers <[email protected]>
+ Cc: Michal Marek <[email protected]>
Signed-off-by: Nicolas Schier <[email protected]>

+ ## CREDITS ##
+@@ CREDITS: S: 482 Shadowgraph Dr.
+ S: San Jose, CA 95110
+ S: USA
+
++N: Michal Marek
++E: [email protected]
++D: Kbuild Maintainer 2009-2017
++
+ N: Martin Mares
+ E: [email protected]
+ W: http://www.ucw.cz/~mj/
+
## MAINTAINERS ##
@@ MAINTAINERS: F: fs/autofs/

KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
M: Masahiro Yamada <[email protected]>
-M: Michal Marek <[email protected]>
+ R: Nathan Chancellor <[email protected]>
R: Nick Desaulniers <[email protected]>
R: Nicolas Schier <[email protected]>
- L: [email protected]
3: 0e05c2d815d2 ! 3: 59eeba8ee2b7 MAINTAINERS: Add linux-kbuild's patchwork
@@ Commit message
Add patchwork URL for Kconfig and Kbuild.

Signed-off-by: Nicolas Schier <[email protected]>
+ Reviewed-by: Nick Desaulniers <[email protected]>

## MAINTAINERS ##
@@ MAINTAINERS: KCONFIG
--
2.37.2



2022-11-12 08:47:18

by Nicolas Schier

[permalink] [raw]
Subject: [PATCH v2 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers

Remove Michal Marek from Kbuild maintainers as there is no response from him
since October 2017. Add an entry for Michal in CREDITS.

Michal, thanks for maintaining Kbuild for almost eight years!

Suggested-by: Nick Desaulniers <[email protected]>
Cc: Michal Marek <[email protected]>
Signed-off-by: Nicolas Schier <[email protected]>
---
CREDITS | 4 ++++
MAINTAINERS | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)

Changes since v1:
* Add missing 'no' to commit msg (Randy)
* Add CREDITS entry for Michal (Nick)

diff --git a/CREDITS b/CREDITS
index 1841184c834d..1606f1ad29b4 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2447,6 +2447,10 @@ S: 482 Shadowgraph Dr.
S: San Jose, CA 95110
S: USA

+N: Michal Marek
+E: [email protected]
+D: Kbuild Maintainer 2009-2017
+
N: Martin Mares
E: [email protected]
W: http://www.ucw.cz/~mj/
diff --git a/MAINTAINERS b/MAINTAINERS
index f37c6a9a8fac..48e45633b223 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11083,7 +11083,6 @@ F: fs/autofs/

KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
M: Masahiro Yamada <[email protected]>
-M: Michal Marek <[email protected]>
R: Nathan Chancellor <[email protected]>
R: Nick Desaulniers <[email protected]>
R: Nicolas Schier <[email protected]>
--
2.37.2


2022-11-13 11:02:30

by Masahiro Yamada

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries

On Sat, Nov 12, 2022 at 5:10 PM Nicolas Schier <[email protected]> wrote:
>
> Update MAINTAINERS by adding Nathan and myself to Kbuild reviewers and moving
> emeritus maintainer Marek to CREDITS. Further, add the missing patchwork URLs
> for Kconfig and Kbuild.


All applied. Thanks!



> Nicolas Schier (3):
> MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers
> MAINTAINERS: Remove Michal Marek from Kbuild maintainers
> MAINTAINERS: Add linux-kbuild's patchwork
>
> CREDITS | 4 ++++
> MAINTAINERS | 5 ++++-
> 2 files changed, 8 insertions(+), 1 deletion(-)
>
> Changes v1 -> v2:
> * patch1: Also add Nathan to Kbuild reviewers (Nick, Nathan), and update commit msg
> * patch2: Add missing 'no' to commit msg (Randy)
> * patch2: Add CREDITS entry for Michal (Nick)
>
>
> Range-diff against v1:
> 1: e827247c902b ! 1: efd3cbed0d42 MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
> @@ Metadata
> Author: Nicolas Schier <[email protected]>
>
> ## Commit message ##
> - MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
> + MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers
>
> - As suggested by Nick, add myself to Kbuild reviewers since I have been
> - reviewing patches for some time. Citing from Nick's commit 36f1386d34120:
> - "I still have a long way to go in terms of mastery of GNU make, but at the
> - least I can help with more code review."
> + As suggested by Nick, add Nathan and myself to Kbuild reviewers to share more
> + review responsibilities.
>
> Signed-off-by: Nicolas Schier <[email protected]>
> + Acked-by: Nick Desaulniers <[email protected]>
> + Acked-by: Nathan Chancellor <[email protected]>
>
> ## MAINTAINERS ##
> -@@ MAINTAINERS: KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
> +@@ MAINTAINERS: F: fs/autofs/
> + KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
> M: Masahiro Yamada <[email protected]>
> M: Michal Marek <[email protected]>
> ++R: Nathan Chancellor <[email protected]>
> R: Nick Desaulniers <[email protected]>
> +R: Nicolas Schier <[email protected]>
> L: [email protected]
> 2: 88524e0789c3 ! 2: c31750a47b44 MAINTAINERS: Remove Michal Marek from Kbuild maintainers
> @@ Metadata
> ## Commit message ##
> MAINTAINERS: Remove Michal Marek from Kbuild maintainers
>
> - Remove Michal Marek from Kbuild maintainers as there is response since
> - October 2017.
> + Remove Michal Marek from Kbuild maintainers as there is no response from him
> + since October 2017. Add an entry for Michal in CREDITS.
> +
> + Michal, thanks for maintaining Kbuild for almost eight years!
>
> Suggested-by: Nick Desaulniers <[email protected]>
> + Cc: Michal Marek <[email protected]>
> Signed-off-by: Nicolas Schier <[email protected]>
>
> + ## CREDITS ##
> +@@ CREDITS: S: 482 Shadowgraph Dr.
> + S: San Jose, CA 95110
> + S: USA
> +
> ++N: Michal Marek
> ++E: [email protected]
> ++D: Kbuild Maintainer 2009-2017
> ++
> + N: Martin Mares
> + E: [email protected]
> + W: http://www.ucw.cz/~mj/
> +
> ## MAINTAINERS ##
> @@ MAINTAINERS: F: fs/autofs/
>
> KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
> M: Masahiro Yamada <[email protected]>
> -M: Michal Marek <[email protected]>
> + R: Nathan Chancellor <[email protected]>
> R: Nick Desaulniers <[email protected]>
> R: Nicolas Schier <[email protected]>
> - L: [email protected]
> 3: 0e05c2d815d2 ! 3: 59eeba8ee2b7 MAINTAINERS: Add linux-kbuild's patchwork
> @@ Commit message
> Add patchwork URL for Kconfig and Kbuild.
>
> Signed-off-by: Nicolas Schier <[email protected]>
> + Reviewed-by: Nick Desaulniers <[email protected]>
>
> ## MAINTAINERS ##
> @@ MAINTAINERS: KCONFIG
> --
> 2.37.2
>


--
Best Regards
Masahiro Yamada