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 6973AC00140 for ; Fri, 5 Aug 2022 15:48:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241189AbiHEPsI (ORCPT ); Fri, 5 Aug 2022 11:48:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230223AbiHEPqE (ORCPT ); Fri, 5 Aug 2022 11:46:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CF9376978; Fri, 5 Aug 2022 08:45:04 -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 ams.source.kernel.org (Postfix) with ESMTPS id D8666B82987; Fri, 5 Aug 2022 15:45:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51D9DC43470; Fri, 5 Aug 2022 15:44:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659714301; bh=kDhO2X//rHE1f3NmQ76TBXX4I/1jwdVQI94cz/jmob8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ke9ySX6mIc6wEXAgsCtzhRgiUv0smB4HA07KU/2qHYzRhebPeV9Yewg4i+88YhZKa JyKgYKgtdpcrra9GURQh1iBagP8ALKBMZNysGcOEr8CRJGpPfcEwr8qeExo6aKe/0Y 3G8ZBNs1Lom9U1uboO5qXNcp9C8Yxh9wteFC4voWW+Nhb207WmzZ0w5qu7PQWkM89a zkjvgvOffd0Ekcqt8E/tJOi1x+AxtILw46XCnK7e+2940uwygl66E8KiytQFyn0zMq v6gdM0NEcMq8JwhmN+OXveaLv+1JhRrXlpPP7dcohug9KgvCVDdBmna6iHG6BfGDPG 1ey1b7AxmgK/g== From: Miguel Ojeda To: Linus Torvalds , Greg Kroah-Hartman Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen , Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho Subject: [PATCH v9 27/27] MAINTAINERS: Rust Date: Fri, 5 Aug 2022 17:42:12 +0200 Message-Id: <20220805154231.31257-28-ojeda@kernel.org> In-Reply-To: <20220805154231.31257-1-ojeda@kernel.org> References: <20220805154231.31257-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org Miguel, Alex and Wedson will be maintaining the Rust support. Boqun, Gary and Björn will be reviewers. 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 64379c699903..263ff9abca0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17477,6 +17477,24 @@ L: linux-rdma@vger.kernel.org S: Maintained F: drivers/infiniband/ulp/rtrs/ +RUST +M: Miguel Ojeda +M: Alex Gaynor +M: Wedson Almeida Filho +R: Boqun Feng +R: Gary Guo +R: Björn Roy Baron +L: rust-for-linux@vger.kernel.org +S: Supported +W: https://github.com/Rust-for-Linux/linux +B: https://github.com/Rust-for-Linux/linux/issues +T: git https://github.com/Rust-for-Linux/linux.git rust-next +F: Documentation/rust/ +F: rust/ +F: samples/rust/ +F: scripts/*rust* +K: \b(?i:rust)\b + RXRPC SOCKETS (AF_RXRPC) M: David Howells M: Marc Dionne -- 2.37.1