From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CDE2C6FA82 for ; Tue, 27 Sep 2022 16:39:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232395AbiI0Qi6 (ORCPT ); Tue, 27 Sep 2022 12:38:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232459AbiI0Qiz (ORCPT ); Tue, 27 Sep 2022 12:38:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A58011D6D15; Tue, 27 Sep 2022 09:38:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 42C1861A8E; Tue, 27 Sep 2022 16:38:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DE8BC433D6; Tue, 27 Sep 2022 16:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664296710; bh=WHByPJEBtA2x8lXXGVyeijgKXWmnipT6Ece6QaKDu+U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o812oZ1EQiIrdIMLkoq6OUD0v/TTPGZjQ23bH5nnAYLeONSwMgzCGB1mdUOIyzwQt qrkqbUdpF5WjRGj4r3cTwXDlwTng+jrMus6eEfYnCYtzdlaCFSfufwX2EoHS3CveYA s4mEjN7Co4dI2G5vTsA1PXCfUNC2DBToc0VC9gk4= Date: Tue, 27 Sep 2022 18:38:27 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Linus Torvalds , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Kees Cook , Alex Gaynor , Wedson Almeida Filho Subject: Re: [PATCH v10 27/27] MAINTAINERS: Rust Message-ID: References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-28-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220927131518.30000-28-ojeda@kernel.org> Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org 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 As was pointed out, please don't put a known-invalid email in this file. thanks, greg k-h