linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries
@ 2022-11-12  8:07 Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 1/3] MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers Nicolas Schier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nicolas Schier @ 2022-11-12  8:07 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek
  Cc: Nicolas Schier, linux-kbuild, linux-kernel, Nathan Chancellor,
	Nick Desaulniers, Randy Dunlap

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 <nicolas@fjasle.eu>
     
      ## 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 <nicolas@fjasle.eu>
    +    Acked-by: Nick Desaulniers <ndesaulniers@google.com>
    +    Acked-by: Nathan Chancellor <nathan@kernel.org>
     
      ## 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 <masahiroy@kernel.org>
      M:	Michal Marek <michal.lkml@markovi.net>
    ++R:	Nathan Chancellor <nathan@kernel.org>
      R:	Nick Desaulniers <ndesaulniers@google.com>
     +R:	Nicolas Schier <nicolas@fjasle.eu>
      L:	linux-kbuild@vger.kernel.org
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 <ndesaulniers@google.com>
    +    Cc: Michal Marek <michal.lkml@markovi.net>
         Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
     
    + ## CREDITS ##
    +@@ CREDITS: S: 482 Shadowgraph Dr.
    + S: San Jose, CA  95110
    + S: USA
    + 
    ++N: Michal Marek
    ++E: michal.lkml@markovi.net
    ++D: Kbuild Maintainer 2009-2017
    ++
    + N: Martin Mares
    + E: mj@ucw.cz
    + W: http://www.ucw.cz/~mj/
    +
      ## MAINTAINERS ##
     @@ MAINTAINERS: F:	fs/autofs/
      
      KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
      M:	Masahiro Yamada <masahiroy@kernel.org>
     -M:	Michal Marek <michal.lkml@markovi.net>
    + R:	Nathan Chancellor <nathan@kernel.org>
      R:	Nick Desaulniers <ndesaulniers@google.com>
      R:	Nicolas Schier <nicolas@fjasle.eu>
    - L:	linux-kbuild@vger.kernel.org
3:  0e05c2d815d2 ! 3:  59eeba8ee2b7 MAINTAINERS: Add linux-kbuild's patchwork
    @@ Commit message
         Add patchwork URL for Kconfig and Kbuild.
     
         Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
    +    Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
     
      ## MAINTAINERS ##
     @@ MAINTAINERS: KCONFIG
-- 
2.37.2


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

* [PATCH v2 1/3] MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers
  2022-11-12  8:07 [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
@ 2022-11-12  8:07 ` Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Nicolas Schier @ 2022-11-12  8:07 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek
  Cc: Nicolas Schier, linux-kbuild, linux-kernel, Nathan Chancellor,
	Nick Desaulniers, Randy Dunlap

As suggested by Nick, add Nathan and myself to Kbuild reviewers to share more
review responsibilities.

Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Acked-by: Nick Desaulniers <ndesaulniers@google.com>
Acked-by: Nathan Chancellor <nathan@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Changes since v1:
  * Also add Nathan to Kbuild reviewers (Nick, Nathan), and update commit msg

diff --git a/MAINTAINERS b/MAINTAINERS
index cf0f18502372..f37c6a9a8fac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11084,7 +11084,9 @@ F:	fs/autofs/
 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
 M:	Masahiro Yamada <masahiroy@kernel.org>
 M:	Michal Marek <michal.lkml@markovi.net>
+R:	Nathan Chancellor <nathan@kernel.org>
 R:	Nick Desaulniers <ndesaulniers@google.com>
+R:	Nicolas Schier <nicolas@fjasle.eu>
 L:	linux-kbuild@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
-- 
2.37.2


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

* [PATCH v2 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-12  8:07 [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 1/3] MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers Nicolas Schier
@ 2022-11-12  8:07 ` Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
  2022-11-13 10:51 ` [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Masahiro Yamada
  3 siblings, 0 replies; 5+ messages in thread
From: Nicolas Schier @ 2022-11-12  8:07 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek
  Cc: Nicolas Schier, linux-kbuild, linux-kernel, Nathan Chancellor,
	Nick Desaulniers, Randy Dunlap

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 <ndesaulniers@google.com>
Cc: Michal Marek <michal.lkml@markovi.net>
Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
---
 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: michal.lkml@markovi.net
+D: Kbuild Maintainer 2009-2017
+
 N: Martin Mares
 E: mj@ucw.cz
 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 <masahiroy@kernel.org>
-M:	Michal Marek <michal.lkml@markovi.net>
 R:	Nathan Chancellor <nathan@kernel.org>
 R:	Nick Desaulniers <ndesaulniers@google.com>
 R:	Nicolas Schier <nicolas@fjasle.eu>
-- 
2.37.2


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

* [PATCH v2 3/3] MAINTAINERS: Add linux-kbuild's patchwork
  2022-11-12  8:07 [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 1/3] MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers Nicolas Schier
  2022-11-12  8:07 ` [PATCH v2 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
@ 2022-11-12  8:07 ` Nicolas Schier
  2022-11-13 10:51 ` [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Masahiro Yamada
  3 siblings, 0 replies; 5+ messages in thread
From: Nicolas Schier @ 2022-11-12  8:07 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek
  Cc: Nicolas Schier, linux-kbuild, linux-kernel, Nathan Chancellor,
	Nick Desaulniers, Randy Dunlap

Add patchwork URL for Kconfig and Kbuild.

Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48e45633b223..92b3febf8eae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11026,6 +11026,7 @@ KCONFIG
 M:	Masahiro Yamada <masahiroy@kernel.org>
 L:	linux-kbuild@vger.kernel.org
 S:	Maintained
+Q:	https://patchwork.kernel.org/project/linux-kbuild/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
 F:	Documentation/kbuild/kconfig*
 F:	scripts/Kconfig.include
@@ -11088,6 +11089,7 @@ R:	Nick Desaulniers <ndesaulniers@google.com>
 R:	Nicolas Schier <nicolas@fjasle.eu>
 L:	linux-kbuild@vger.kernel.org
 S:	Maintained
+Q:	https://patchwork.kernel.org/project/linux-kbuild/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
 F:	Documentation/kbuild/
 F:	Makefile
-- 
2.37.2


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

* Re: [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries
  2022-11-12  8:07 [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
                   ` (2 preceding siblings ...)
  2022-11-12  8:07 ` [PATCH v2 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
@ 2022-11-13 10:51 ` Masahiro Yamada
  3 siblings, 0 replies; 5+ messages in thread
From: Masahiro Yamada @ 2022-11-13 10:51 UTC (permalink / raw)
  To: Nicolas Schier
  Cc: Michal Marek, linux-kbuild, linux-kernel, Nathan Chancellor,
	Nick Desaulniers, Randy Dunlap

On Sat, Nov 12, 2022 at 5:10 PM Nicolas Schier <nicolas@fjasle.eu> 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 <nicolas@fjasle.eu>
>
>       ## 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 <nicolas@fjasle.eu>
>     +    Acked-by: Nick Desaulniers <ndesaulniers@google.com>
>     +    Acked-by: Nathan Chancellor <nathan@kernel.org>
>
>       ## 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 <masahiroy@kernel.org>
>       M:        Michal Marek <michal.lkml@markovi.net>
>     ++R:        Nathan Chancellor <nathan@kernel.org>
>       R:        Nick Desaulniers <ndesaulniers@google.com>
>      +R:        Nicolas Schier <nicolas@fjasle.eu>
>       L:        linux-kbuild@vger.kernel.org
> 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 <ndesaulniers@google.com>
>     +    Cc: Michal Marek <michal.lkml@markovi.net>
>          Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
>
>     + ## CREDITS ##
>     +@@ CREDITS: S: 482 Shadowgraph Dr.
>     + S: San Jose, CA  95110
>     + S: USA
>     +
>     ++N: Michal Marek
>     ++E: michal.lkml@markovi.net
>     ++D: Kbuild Maintainer 2009-2017
>     ++
>     + N: Martin Mares
>     + E: mj@ucw.cz
>     + W: http://www.ucw.cz/~mj/
>     +
>       ## MAINTAINERS ##
>      @@ MAINTAINERS: F: fs/autofs/
>
>       KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
>       M:        Masahiro Yamada <masahiroy@kernel.org>
>      -M:        Michal Marek <michal.lkml@markovi.net>
>     + R:        Nathan Chancellor <nathan@kernel.org>
>       R:        Nick Desaulniers <ndesaulniers@google.com>
>       R:        Nicolas Schier <nicolas@fjasle.eu>
>     - L:        linux-kbuild@vger.kernel.org
> 3:  0e05c2d815d2 ! 3:  59eeba8ee2b7 MAINTAINERS: Add linux-kbuild's patchwork
>     @@ Commit message
>          Add patchwork URL for Kconfig and Kbuild.
>
>          Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
>     +    Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
>
>       ## MAINTAINERS ##
>      @@ MAINTAINERS: KCONFIG
> --
> 2.37.2
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2022-11-13 10:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12  8:07 [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
2022-11-12  8:07 ` [PATCH v2 1/3] MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers Nicolas Schier
2022-11-12  8:07 ` [PATCH v2 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
2022-11-12  8:07 ` [PATCH v2 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
2022-11-13 10:51 ` [PATCH v2 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Masahiro Yamada

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