mbox series

[v2,0/3] MAINTAINERS: Update Kbuild and Kconfig entries

Message ID 20221112080717.17914-1-nicolas@fjasle.eu (mailing list archive)
Headers show
Series MAINTAINERS: Update Kbuild and Kconfig entries | expand

Message

Nicolas Schier Nov. 12, 2022, 8:07 a.m. UTC
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

Comments

Masahiro Yamada Nov. 13, 2022, 10:51 a.m. UTC | #1
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
>