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 52316C00144 for ; Tue, 2 Aug 2022 01:56:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235858AbiHBB4L (ORCPT ); Mon, 1 Aug 2022 21:56:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235863AbiHBBzq (ORCPT ); Mon, 1 Aug 2022 21:55:46 -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 EB5564A80C; Mon, 1 Aug 2022 18:54:01 -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 88D3961117; Tue, 2 Aug 2022 01:54:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC75AC43470; Tue, 2 Aug 2022 01:53:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659405240; bh=Xj9kVHaEoJqU0URPlLW45Md5DRmItsXVjB+as3U+jpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JDO92oBYXrbTrb/t6QgAA8glbg5x/IS5FR4WTIeuqwu3Rn9i5dmCoWz7SJkRtTBch UaXCAEkZ04AfgHh61IDZNHX3KuXsmQ9plsF7dzx8H1oxb0rjCbDrp2wKNzz7tTwp7Y QaXn8LA8ZQQbXPhyu451ebJzlEKpKZ1AVRMeraFNxsJxpONWz6/cC9DLBVZqsiWUzH 5kZaufnB8gXDRYDHIMtJcUNMC4f/Qo1dgfvIJA5pTl/JB/Zhs5A59A/4B9owRTs+23 Gz1GJQbWp+2O7/jLM9orKchoS/V8R/Z8LYyYTZ/+HP0XhrscJA8IQxkhXtyz7D/WzR YZ4gkkGVKK9Hw== From: Miguel Ojeda To: Linus Torvalds , Greg Kroah-Hartman Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Jarkko Sakkinen , Miguel Ojeda , Kees Cook , Alex Gaynor , Wedson Almeida Filho Subject: [PATCH v8 29/31] MAINTAINERS: Rust Date: Tue, 2 Aug 2022 03:50:16 +0200 Message-Id: <20220802015052.10452-30-ojeda@kernel.org> In-Reply-To: <20220802015052.10452-1-ojeda@kernel.org> References: <20220802015052.10452-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. 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 64379c699903..a4f90593b59c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17477,6 +17477,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: 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