Re: [PATCH v10 27/27] MAINTAINERS: Rust

From: Wedson Almeida Filho
Date: Wed Sep 28 2022 - 07:57:39 EST


On Wed, 28 Sept 2022 at 01:11, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> On Tue, Sep 27, 2022 at 05:53:12PM +0200, Miguel Ojeda wrote:
> > On Tue, Sep 27, 2022 at 5:34 PM Greg Kroah-Hartman
> > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > >
> > > How about just fixing up the emails in these patches, which will keep us
> > > from having bouncing ones for those of us who do not use the .mailmap
> > > file.
> >
> > Sorry about that...
> >
> > One question: if somebody wants to keep the Signed-off-bys and/or Git
> > authorship information using the old email for the patches (except the
> > `MAINTAINERS` entry), is that OK? (e.g. maybe because they did most of
> > the work in their previous company).
>
> IMO, the S-o-b's should stand since they're historical, but fixing
> MAINTAINERS to be up-to-date makes sense.

Our intent wasn't to have a known-invalid email in MAINTAINERS, it was
just my mistake: after leaving Google I updated my email in a lot of
places but missed this one. Apologies for that.

The patch below fixes this:

diff --git a/MAINTAINERS b/MAINTAINERS
index f4e31512bab8..e082270dd285 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17913,7 +17913,7 @@ F: tools/verification/
RUST
M: Miguel Ojeda <ojeda@xxxxxxxxxx>
M: Alex Gaynor <alex.gaynor@xxxxxxxxx>
-M: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx>
+M: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
R: Boqun Feng <boqun.feng@xxxxxxxxx>
R: Gary Guo <gary@xxxxxxxxxxx>
R: Björn Roy Baron <bjorn3_gh@xxxxxxxxxxxxxx>

Thanks,
-Wedson