From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0B52133FB for ; Tue, 27 Sep 2022 15:34:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2968FC433D6; Tue, 27 Sep 2022 15:34:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664292858; bh=2+4zgQfkieFPcHub7KcQFOTs+GhxkxbMDSCzrasoAoo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hS0hnWVNwbQH8CMggx/FnG3TE+EQG1YDcvQNPw2F2zf4K0nZFL1Hai/4ugvIm/7wt mLY/enrJatJcNvQxPtJw+SypA0krsBZo2N0AweMIml+l7HTnkgJF+39vnJcVnF/qvD Yf4/RC8YRSfBnqebIF6GvB/pdYzMOCdWoZZS/hNA= Date: Tue, 27 Sep 2022 17:34:15 +0200 From: Greg Kroah-Hartman To: Kees Cook Cc: Wedson Almeida Filho , Miguel Ojeda , Geert Stappers , Linus Torvalds , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Alex Gaynor Subject: Re: [PATCH v10 27/27] MAINTAINERS: Rust Message-ID: References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-28-ojeda@kernel.org> <20220927141137.iovhhjufqdqcs6qn@gpm.stappers.nl> <202209270818.5BA5AA62@keescook> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202209270818.5BA5AA62@keescook> On Tue, Sep 27, 2022 at 08:19:44AM -0700, Kees Cook wrote: > On Tue, Sep 27, 2022 at 04:11:38PM +0200, Geert Stappers wrote: > > On Tue, Sep 27, 2022 at 03:14:58PM +0200, Miguel Ojeda wrote: > > > Miguel, Alex and Wedson will be maintaining the Rust support. > > > > > > Boqun, Gary and Björn will be reviewers. > > > > > > Reviewed-by: Kees Cook > > > Co-developed-by: Alex Gaynor > > > Signed-off-by: Alex Gaynor > > > Co-developed-by: Wedson Almeida Filho > > > Signed-off-by: Wedson Almeida Filho > > > Signed-off-by: Miguel Ojeda > > > --- > > > MAINTAINERS | 18 ++++++++++++++++++ > > > 1 file changed, 18 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index f5ca4aefd184..944dc265b64d 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -17758,6 +17758,24 @@ F: include/rv/ > > > F: kernel/trace/rv/ > > > F: tools/verification/ > > > > > > +RUST > > > +M: Miguel Ojeda > > > +M: Alex Gaynor > > > +M: Wedson Almeida Filho > > > > ** Address not found ** > > > > Your message wasn't delivered to wedsonaf@google.com because the > > address couldn't be found, or is unable to receive mail. > > > > Learn more here: https://support.google.com/mail/answer/6596 > > > > The response was: > > > > The email account that you tried to reach does not exist. Please try > > double-checking the recipient's email address for typos or unnecessary > > spaces. Learn more at https://support.google.com/mail/answer/6596 > > > > Wedson, can you send (or Ack) the following patch? :) > > diff --git a/.mailmap b/.mailmap > index d175777af078..3a7fe4ee56fb 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -433,6 +433,7 @@ Vlad Dogaru > Vladimir Davydov > Vladimir Davydov > WeiXiong Liao > +Wedson Almeida Filho 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. thanks, greg k-h