From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5282533FE for ; Tue, 27 Sep 2022 16:00:25 +0000 (UTC) Received: by mail-pj1-f44.google.com with SMTP id u12so1581495pjj.1 for ; Tue, 27 Sep 2022 09:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date; bh=/4Cya9CjV4N5Sr7mOC5bS8nn29gbgT+L6zRPTFmyUBk=; b=V9EgwFsB9S7m3ODTCzkW2bhniuFar+JJyRuvMoEF3JRZLYR3H39+Muu35G1GoEUi0/ dGOKQ4ghBWznXQo93OwWmzDsAC0mIVD6+JY1N70BqQw6OPDcX4HBgaRsoUy0ysejZwys eh3aU0vF0vRJ51Qqplm5BeNrVDW5pC/f/HQFApDr5yAdzs7y1Iv3agMg6jDIM8bbkwkm BxHRuR/f3hPSqN60OD6P2e0Zwmlwx+X6yhQcchZJGTDLt+xRPxz+rbaX++iwZVMqFjcv chEtLoDmMkxyKE+kHfe8c2+HPtXuvGIOTY4VbltEYmtMjVav6hT8tlVb907QppfLto1H QkDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=/4Cya9CjV4N5Sr7mOC5bS8nn29gbgT+L6zRPTFmyUBk=; b=zH54eScj1J/lyrIQvgFLXTm9NXFsgGacXgYAqDBY183xbbddce2Q6Zq2raqyPJl0bE Sj4Jf6Wi8wkTtCpG9fEvarV9wuiTP32PuaBUYBMME+2feyM0ybJmkJGFaKTMA9ETNOkp D33en9za1W2AkKddy3Mz2FKCM8UWcuotlwN7LDU/Rrh+SgARzftuKefmsdMISWxA2I/Q S2bihNvnRRy1i1Rsp9VN7jq3VOMiqPayjtE0sjnRoIuiwtdpbU1uXQ6iPZ9V+IOJI6TP 1DMIAVCwMZcNLsXIr+U5HiQv6uV5WXdwc+scjN5Zum57R78bxKLgKn896b6T3mnQgJlL hiBA== X-Gm-Message-State: ACrzQf1TvKunby5lkyGJewhKNXYrevbFnWzRzKR3Got+d9EpVMrUvMjt SzXlMEKjdqYTTZGsSdW5gIRA1nyC1OwW95uuafI= X-Google-Smtp-Source: AMsMyM6hcpIN7XxM6Qqe1iqgpXg/gQNwNhKhih7O5Q++zwaFY67XdEVUE6/9V3oSVAIQYiAcZ8NqDgZb9t5pMvejsRo= X-Received: by 2002:a17:902:cec4:b0:176:be0f:5c79 with SMTP id d4-20020a170902cec400b00176be0f5c79mr28456466plg.40.1664294424710; Tue, 27 Sep 2022 09:00:24 -0700 (PDT) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-28-ojeda@kernel.org> <20220927141137.iovhhjufqdqcs6qn@gpm.stappers.nl> <202209270818.5BA5AA62@keescook> In-Reply-To: <202209270818.5BA5AA62@keescook> From: Wedson Almeida Filho Date: Tue, 27 Sep 2022 17:00:13 +0100 Message-ID: Subject: Re: [PATCH v10 27/27] MAINTAINERS: Rust To: Kees Cook Cc: Miguel Ojeda , Geert Stappers , Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Alex Gaynor Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 27 Sept 2022 at 16:19, 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=C3=B6rn 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 tr= y > > double-checking the recipient's email address for typos or unnecess= ary > > spaces. Learn more at https://support.google.com/mail/answer/6596 > > > > Wedson, can you send (or Ack) the following patch? :) Acked-by: Wedson Almeida Filho > > 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 > Will Deacon > Wolfram Sang > Wolfram Sang > > -- > Kees Cook