linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Nick to Kbuild reviewers
@ 2021-08-10 20:56 Nick Desaulniers
  2021-08-14  1:07 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Desaulniers @ 2021-08-10 20:56 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Kees Cook, Nick Desaulniers, Nathan Chancellor, linux-kernel,
	clang-built-linux

Kees' post inspired me to get more involved. 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. It's also helpful for me to pick up on what's missing
from the LLVM ecosystem.

Link: https://security.googleblog.com/2021/08/linux-kernel-security-done-right.html
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index efac6221afe1..9768e4a19662 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10091,6 +10091,7 @@ 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>
 L:	linux-kbuild@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
-- 
2.32.0.605.g8dce9f2422-goog


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

* Re: [PATCH] MAINTAINERS: add Nick to Kbuild reviewers
  2021-08-10 20:56 [PATCH] MAINTAINERS: add Nick to Kbuild reviewers Nick Desaulniers
@ 2021-08-14  1:07 ` Masahiro Yamada
  2021-08-16 18:23   ` Nick Desaulniers
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2021-08-14  1:07 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: Kees Cook, Nathan Chancellor, Linux Kernel Mailing List,
	clang-built-linux

On Wed, Aug 11, 2021 at 5:56 AM Nick Desaulniers
<ndesaulniers@google.com> wrote:
>
> Kees' post inspired me to get more involved. 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. It's also helpful for me to pick up on what's missing
> from the LLVM ecosystem.


Reviews and tests are always appreciated.
Of course, not only from those who are listed in
the MAINTAINERS file, but everybody can provide
reviews to any patches in their interests.

Applied to linux-kbuild. Thanks.


BTW, one struggle about being a maintainter
of this entry is I need to take a look
into random stuff.

KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Another BTW, this patch reminds me of Michal.
He is inactive for a long time.
I should ask him if he wants to continue
to be a kbuild maintainer.





> Link: https://security.googleblog.com/2021/08/linux-kernel-security-done-right.html
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efac6221afe1..9768e4a19662 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10091,6 +10091,7 @@ 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>
>  L:     linux-kbuild@vger.kernel.org
>  S:     Maintained
>  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
> --
> 2.32.0.605.g8dce9f2422-goog
>


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] MAINTAINERS: add Nick to Kbuild reviewers
  2021-08-14  1:07 ` Masahiro Yamada
@ 2021-08-16 18:23   ` Nick Desaulniers
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Desaulniers @ 2021-08-16 18:23 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek
  Cc: Kees Cook, Nathan Chancellor, Linux Kernel Mailing List,
	clang-built-linux, Linux Kbuild mailing list

+ Linux kbuild, Michal

On Fri, Aug 13, 2021 at 6:08 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> On Wed, Aug 11, 2021 at 5:56 AM Nick Desaulniers
> <ndesaulniers@google.com> wrote:
> >
> > Kees' post inspired me to get more involved. 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. It's also helpful for me to pick up on what's missing
> > from the LLVM ecosystem.
>
>
> Reviews and tests are always appreciated.
> Of course, not only from those who are listed in
> the MAINTAINERS file, but everybody can provide
> reviews to any patches in their interests.
>
> Applied to linux-kbuild. Thanks.
>
>
> BTW, one struggle about being a maintainter
> of this entry is I need to take a look
> into random stuff.
>
> KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> Another BTW, this patch reminds me of Michal.
> He is inactive for a long time.
> I should ask him if he wants to continue
> to be a kbuild maintainer.

I was going to ask if there was handling for "emeritus status?"  The
last meaningful commit seems to be from Nov 2016, though it seems they
were the maintainer since 2009 (5ce45962b26a)!

>
>
>
>
>
> > Link: https://security.googleblog.com/2021/08/linux-kernel-security-done-right.html
> > Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index efac6221afe1..9768e4a19662 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10091,6 +10091,7 @@ 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>
> >  L:     linux-kbuild@vger.kernel.org
> >  S:     Maintained
> >  T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
> > --
> > 2.32.0.605.g8dce9f2422-goog
> >
>
>
> --
> Best Regards
> Masahiro Yamada

-- 
Thanks,
~Nick Desaulniers

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

end of thread, other threads:[~2021-08-16 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 20:56 [PATCH] MAINTAINERS: add Nick to Kbuild reviewers Nick Desaulniers
2021-08-14  1:07 ` Masahiro Yamada
2021-08-16 18:23   ` Nick Desaulniers

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