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 E9EF11C03 for ; Fri, 5 Aug 2022 15:45:01 +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> 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. 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