All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MAINTAINERS: Update Kbuild and Kconfig entries
@ 2022-11-10 15:04 Nicolas Schier
  2022-11-10 15:04 ` [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers Nicolas Schier
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Nicolas Schier @ 2022-11-10 15:04 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, Nick Desaulniers, Nicolas Schier

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

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

 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.37.2


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

* [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
  2022-11-10 15:04 [PATCH 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
@ 2022-11-10 15:04 ` Nicolas Schier
  2022-11-10 20:32   ` Nick Desaulniers
  2022-11-10 15:04 ` [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
  2022-11-10 15:04 ` [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
  2 siblings, 1 reply; 11+ messages in thread
From: Nicolas Schier @ 2022-11-10 15:04 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, Nick Desaulniers, Nicolas Schier

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

Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cf0f18502372..61a6848192c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11085,6 +11085,7 @@ KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
 M:	Masahiro Yamada <masahiroy@kernel.org>
 M:	Michal Marek <michal.lkml@markovi.net>
 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] 11+ messages in thread

* [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-10 15:04 [PATCH 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
  2022-11-10 15:04 ` [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers Nicolas Schier
@ 2022-11-10 15:04 ` Nicolas Schier
  2022-11-10 18:55   ` Randy Dunlap
  2022-11-10 20:38   ` Nick Desaulniers
  2022-11-10 15:04 ` [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
  2 siblings, 2 replies; 11+ messages in thread
From: Nicolas Schier @ 2022-11-10 15:04 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, Nick Desaulniers, Nicolas Schier

Remove Michal Marek from Kbuild maintainers as there is response since
October 2017.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 61a6848192c5..45c88bb34b6b 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:	Nick Desaulniers <ndesaulniers@google.com>
 R:	Nicolas Schier <nicolas@fjasle.eu>
 L:	linux-kbuild@vger.kernel.org
-- 
2.37.2


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

* [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork
  2022-11-10 15:04 [PATCH 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
  2022-11-10 15:04 ` [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers Nicolas Schier
  2022-11-10 15:04 ` [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
@ 2022-11-10 15:04 ` Nicolas Schier
  2022-11-10 20:34   ` Nick Desaulniers
  2 siblings, 1 reply; 11+ messages in thread
From: Nicolas Schier @ 2022-11-10 15:04 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, Nick Desaulniers, Nicolas Schier

Add patchwork URL for Kconfig and Kbuild.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 45c88bb34b6b..b031b52e32a2 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
@@ -11087,6 +11088,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] 11+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-10 15:04 ` [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
@ 2022-11-10 18:55   ` Randy Dunlap
  2022-11-11  5:05     ` Nicolas Schier
  2022-11-10 20:38   ` Nick Desaulniers
  1 sibling, 1 reply; 11+ messages in thread
From: Randy Dunlap @ 2022-11-10 18:55 UTC (permalink / raw)
  To: Nicolas Schier, Masahiro Yamada; +Cc: linux-kbuild, Nick Desaulniers



On 11/10/22 07:04, Nicolas Schier wrote:
> Remove Michal Marek from Kbuild maintainers as there is response since

                                                       is no response since
?

> October 2017.
> 
> Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
> Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 61a6848192c5..45c88bb34b6b 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:	Nick Desaulniers <ndesaulniers@google.com>
>  R:	Nicolas Schier <nicolas@fjasle.eu>
>  L:	linux-kbuild@vger.kernel.org

-- 
~Randy

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

* Re: [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers
  2022-11-10 15:04 ` [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers Nicolas Schier
@ 2022-11-10 20:32   ` Nick Desaulniers
  0 siblings, 0 replies; 11+ messages in thread
From: Nick Desaulniers @ 2022-11-10 20:32 UTC (permalink / raw)
  To: Nicolas Schier; +Cc: Masahiro Yamada, linux-kbuild, Nathan Chancellor

On Thu, Nov 10, 2022 at 7:05 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> 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."

Thanks for stepping up; it will be helpful to share more review
responsibilities. Welcome aboard.

I think Nathan should consider if he has capacity to do more reviews
here, too, and if so consider adding himself to maintainers here as
well.

Acked-by: Nick Desaulniers <ndesaulniers@google.com>

>
> Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cf0f18502372..61a6848192c5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11085,6 +11085,7 @@ KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
>  M:     Masahiro Yamada <masahiroy@kernel.org>
>  M:     Michal Marek <michal.lkml@markovi.net>
>  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
>


-- 
Thanks,
~Nick Desaulniers

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

* Re: [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork
  2022-11-10 15:04 ` [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
@ 2022-11-10 20:34   ` Nick Desaulniers
  2022-11-11  1:22     ` Masahiro Yamada
  0 siblings, 1 reply; 11+ messages in thread
From: Nick Desaulniers @ 2022-11-10 20:34 UTC (permalink / raw)
  To: Nicolas Schier; +Cc: Masahiro Yamada, linux-kbuild

On Thu, Nov 10, 2022 at 7:05 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> Add patchwork URL for Kconfig and Kbuild.

Interesting, I didn't know this existed. Masahiro, do you use patchwork?

I think regardless, this link is helpful.

Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

>
> Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 45c88bb34b6b..b031b52e32a2 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
> @@ -11087,6 +11088,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
>


-- 
Thanks,
~Nick Desaulniers

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

* Re: [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-10 15:04 ` [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
  2022-11-10 18:55   ` Randy Dunlap
@ 2022-11-10 20:38   ` Nick Desaulniers
  2022-11-11  5:07     ` Nicolas Schier
  1 sibling, 1 reply; 11+ messages in thread
From: Nick Desaulniers @ 2022-11-10 20:38 UTC (permalink / raw)
  To: Nicolas Schier
  Cc: Masahiro Yamada, linux-kbuild, Randy Dunlap, Nathan Chancellor,
	Michal Marek

On Thu, Nov 10, 2022 at 7:05 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> Remove Michal Marek from Kbuild maintainers as there is response since
> October 2017.

Randy mentioned that the word "no" is likely missing from the above.

Also, Nathan mentioned to me once that CREDITS is perhaps a good place
to enshrine maintainers emeritus, let's add an entry for Michal in
this commit v2?

For a change like this, please make sure to CC the maintainer in question!

Thank you for your service Michal.


>
> Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
> Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 61a6848192c5..45c88bb34b6b 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:     Nick Desaulniers <ndesaulniers@google.com>
>  R:     Nicolas Schier <nicolas@fjasle.eu>
>  L:     linux-kbuild@vger.kernel.org
> --
> 2.37.2
>


-- 
Thanks,
~Nick Desaulniers

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

* Re: [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork
  2022-11-10 20:34   ` Nick Desaulniers
@ 2022-11-11  1:22     ` Masahiro Yamada
  0 siblings, 0 replies; 11+ messages in thread
From: Masahiro Yamada @ 2022-11-11  1:22 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: Nicolas Schier, linux-kbuild

On Fri, Nov 11, 2022 at 5:34 AM Nick Desaulniers
<ndesaulniers@google.com> wrote:
>
> On Thu, Nov 10, 2022 at 7:05 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
> >
> > Add patchwork URL for Kconfig and Kbuild.
>
> Interesting, I didn't know this existed. Masahiro, do you use patchwork?


Yes. I use patchwork.


Actually, I did not know the Q: field either.



>
> I think regardless, this link is helpful.
>
> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
>
> >
> > Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 45c88bb34b6b..b031b52e32a2 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
> > @@ -11087,6 +11088,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
> >
>
>
> --
> Thanks,
> ~Nick Desaulniers



-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-10 18:55   ` Randy Dunlap
@ 2022-11-11  5:05     ` Nicolas Schier
  0 siblings, 0 replies; 11+ messages in thread
From: Nicolas Schier @ 2022-11-11  5:05 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Masahiro Yamada, linux-kbuild, Nick Desaulniers

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

On to. 10. nov. 2022 kl. 10.55 +0000 Randy Dunlap wrote:
> On 11/10/22 07:04, Nicolas Schier wrote:
> > Remove Michal Marek from Kbuild maintainers as there is response since
> 
>                                                        is no response since
> ?

oh yes, will be fixed in v2.  Thanks.

Nicolas


> 
> > October 2017.
> > 
> > Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
> > Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> > ---
> >  MAINTAINERS | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 61a6848192c5..45c88bb34b6b 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:	Nick Desaulniers <ndesaulniers@google.com>
> >  R:	Nicolas Schier <nicolas@fjasle.eu>
> >  L:	linux-kbuild@vger.kernel.org
> 
> -- 
> ~Randy

-- 
epost|xmpp: nicolas@fjasle.eu          irc://oftc.net/nsc
↳ gpg: 18ed 52db e34f 860e e9fb  c82b 7d97 0932 55a0 ce7f
     -- frykten for herren er opphav til kunnskap --

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers
  2022-11-10 20:38   ` Nick Desaulniers
@ 2022-11-11  5:07     ` Nicolas Schier
  0 siblings, 0 replies; 11+ messages in thread
From: Nicolas Schier @ 2022-11-11  5:07 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: Masahiro Yamada, linux-kbuild, Randy Dunlap, Nathan Chancellor,
	Michal Marek

[-- Attachment #1: Type: text/plain, Size: 1727 bytes --]

On to. 10. nov. 2022 kl. 12.38 +0000 Nick Desaulniers wrote:
> On Thu, Nov 10, 2022 at 7:05 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
> >
> > Remove Michal Marek from Kbuild maintainers as there is response since
> > October 2017.
> 
> Randy mentioned that the word "no" is likely missing from the above.
> 
> Also, Nathan mentioned to me once that CREDITS is perhaps a good place
> to enshrine maintainers emeritus, let's add an entry for Michal in
> this commit v2?

I wasn't aware of CREDITS at all, thanks for the suggestion.  Will be included
in v2.

> For a change like this, please make sure to CC the maintainer in question!
> 
> Thank you for your service Michal.

yes, and I'm sorry for forgetting the CC on my own.

Nicolas


> 
> >
> > Suggested-by: Nick Desaulniers <ndesaulniers@google.com>
> > Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
> > ---
> >  MAINTAINERS | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 61a6848192c5..45c88bb34b6b 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:     Nick Desaulniers <ndesaulniers@google.com>
> >  R:     Nicolas Schier <nicolas@fjasle.eu>
> >  L:     linux-kbuild@vger.kernel.org
> > --
> > 2.37.2
> >
> 
> 
> -- 
> Thanks,
> ~Nick Desaulniers

-- 
epost|xmpp: nicolas@fjasle.eu          irc://oftc.net/nsc
↳ gpg: 18ed 52db e34f 860e e9fb  c82b 7d97 0932 55a0 ce7f
     -- frykten for herren er opphav til kunnskap --

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-11-11  5:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 15:04 [PATCH 0/3] MAINTAINERS: Update Kbuild and Kconfig entries Nicolas Schier
2022-11-10 15:04 ` [PATCH 1/3] MAINTAINERS: Add Nicolas Schier to Kbuild reviewers Nicolas Schier
2022-11-10 20:32   ` Nick Desaulniers
2022-11-10 15:04 ` [PATCH 2/3] MAINTAINERS: Remove Michal Marek from Kbuild maintainers Nicolas Schier
2022-11-10 18:55   ` Randy Dunlap
2022-11-11  5:05     ` Nicolas Schier
2022-11-10 20:38   ` Nick Desaulniers
2022-11-11  5:07     ` Nicolas Schier
2022-11-10 15:04 ` [PATCH 3/3] MAINTAINERS: Add linux-kbuild's patchwork Nicolas Schier
2022-11-10 20:34   ` Nick Desaulniers
2022-11-11  1:22     ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.