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 5BE02C43219 for ; Sat, 12 Feb 2022 13:07:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235616AbiBLNHX (ORCPT ); Sat, 12 Feb 2022 08:07:23 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:57160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235753AbiBLNHK (ORCPT ); Sat, 12 Feb 2022 08:07:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 831AA27B17; Sat, 12 Feb 2022 05:06:35 -0800 (PST) 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 099C160C32; Sat, 12 Feb 2022 13:06:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCAAAC340EB; Sat, 12 Feb 2022 13:06:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644671194; bh=V1WEQELutvCaWzMbQUVrdpA26x1ev0wCPDwqpuxusnc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bpso6UThPdkHjP3J7Vw6yO4fCGdspUa+7aojBSAVQgCLoGKqP9dpNChifd/5te1Ng 9P7aB8hRbuCCbCMg/BqmioGGmJKUR1f5jK49Bw0gSdG/h3FVIXcKvBRaNfeeLhvlxz AMD91hP6IrBdyV8Y63oko9ys0jJ8R6buI71g4qcEFmMq8O1OnGWnPv/ZoeSqTmcITr BcFE1HYA4U9d3S786Oa1KSbJ9pt1nmcNIAMvihCA3sqjQCR1nFY2ruWEeZF3mIJn8Q apFztwqRSZUe5Z6Z/vvBU1Rw6yBADp06Zu4K3+1Raj0XJmR7WSdOPLi1Go8bpaAiqD tPjJ5ZNGOxRRA== 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 v4 18/20] MAINTAINERS: Rust Date: Sat, 12 Feb 2022 14:03:44 +0100 Message-Id: <20220212130410.6901-19-ojeda@kernel.org> In-Reply-To: <20220212130410.6901-1-ojeda@kernel.org> References: <20220212130410.6901-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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 69a2935daf6c..17215393ff58 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16795,6 +16795,22 @@ 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: lib/rust.h +F: scripts/*rust* +K: \b(?i:rust)\b + RXRPC SOCKETS (AF_RXRPC) M: David Howells M: Marc Dionne -- 2.35.1