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 3DCA4C433EF for ; Thu, 17 Mar 2022 18:14:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237359AbiCQSPO (ORCPT ); Thu, 17 Mar 2022 14:15:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237370AbiCQSPN (ORCPT ); Thu, 17 Mar 2022 14:15:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 778001128; Thu, 17 Mar 2022 11:12:51 -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 B1E4361671; Thu, 17 Mar 2022 18:12:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BF56C340F2; Thu, 17 Mar 2022 18:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647540770; bh=qTFud3hyglg5y+GLR2w2/hpm2ijnbVB1tLSNslmouT8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IWx2BGECfRannLMNpgLIc8bFEfxeMTuMNd1IVmwUQnAOxb115G9Ip4Z3dfp916B3y Y2ra8Y7GBJeAFgCPs7TQdCtNr30AjvMpJtAMjSTV+8DI4of7XABPTkY1y3Crve/2fq 9kLZIbylXcXkPGNQ8Zfi1ZNspm3koKOs4R53MiWgES01VnMtaBYcAT74bD5Lb7rFCV c+fihilWAfqIV9cISIl+i9IpKqu5OuZj6P+duwcVfAsP5W4l8YeIGxbbgCqdzfLf1X MBs3jL4t/XobM3cib7eOtjaoWnVT6BFPvGbjGZZW4M20c0j359K5Scg4IehPsGdhaq fV9B/tIwWpDTg== From: Miguel Ojeda To: Linus Torvalds , Greg Kroah-Hartman Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho Subject: [PATCH v5 18/20] MAINTAINERS: Rust Date: Thu, 17 Mar 2022 19:10:06 +0100 Message-Id: <20220317181032.15436-19-ojeda@kernel.org> In-Reply-To: <20220317181032.15436-1-ojeda@kernel.org> References: <20220317181032.15436-1-ojeda@kernel.org> MIME-Version: 1.0 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. 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e127c2fb08a7..7ff89f64076d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16809,6 +16809,21 @@ L: linux-rdma@vger.kernel.org S: Maintained F: drivers/infiniband/ulp/rtrs/ +RUST +M: Miguel Ojeda +M: Alex Gaynor +M: Wedson Almeida Filho +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: rust/ +F: samples/rust/ +F: Documentation/rust/ +F: scripts/*rust* +K: \b(?i:rust)\b + RXRPC SOCKETS (AF_RXRPC) M: David Howells M: Marc Dionne -- 2.35.1