From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5ECD80C for ; Tue, 27 Sep 2022 13:18:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F29DC433C1; Tue, 27 Sep 2022 13:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664284685; bh=zona/J620H/azH9R6pDemYihj4+MqISRjwIzOUwRNmw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mADTHuJmowLuLXiw4N5toincm397DhXCWCH0UhkZVifL845n7c8slJU3bkxA3ZmEu oDZHP5i5ttEzagR3Qc67hCD6caGO1O3xtZbyzUPp3lF5FHuWwUqWmFoq3LMdozRVtd N5V8cDXIVxRZnD/eK+zc+E1w4k+jLl6nDT3ZXBpKtBLTtM2qu87Hh49Libdeh3oh2K VU6ByYFjcDKIwevZkO1UfVFpdWz4Bm59RLmaZc3zBQhPHAXlIOOssqMZfnhEQYM6V9 rS6dpzfOjmYJjBEWbU1fsqymM3OTZgSVAcJc3fypOR4t7S6/xqXjbLF0hQWMkPd5it gho8EHjp2SuAg== 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 , Kees Cook , Alex Gaynor , Wedson Almeida Filho Subject: [PATCH v10 27/27] MAINTAINERS: Rust Date: Tue, 27 Sep 2022 15:14:58 +0200 Message-Id: <20220927131518.30000-28-ojeda@kernel.org> In-Reply-To: <20220927131518.30000-1-ojeda@kernel.org> References: <20220927131518.30000-1-ojeda@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 +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.3