From nobody Fri Sep 5 07:52:23 2025 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 28378EB64DD for ; Tue, 18 Jul 2023 05:45:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229939AbjGRFpi (ORCPT ); Tue, 18 Jul 2023 01:45:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229978AbjGRFpf (ORCPT ); Tue, 18 Jul 2023 01:45:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26F7110C0; Mon, 17 Jul 2023 22:45:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B970F612B3; Tue, 18 Jul 2023 05:45:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55082C433C8; Tue, 18 Jul 2023 05:45:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689659130; bh=rG22R8r6LRo0ObZRqQ+DyJg6OJ/9CbzLbTaVWOW+Q48=; h=From:To:Cc:Subject:Date:From; b=PlDOpjFkgaKeFdzOuRfhUHkzO3TU8RKJCum72TPLwRdgZz3+mcH93+Jo+gD4nOvBx trjQu6jGXTfZKjYDYLh2eSw4NEX0vBVoQCcnBvxLikc8hyrSepwbLOypUdTEhuzVoy FX9qjc0z92WrHAWCQe5wiUSMZ5yNDgi/MqDH3NqzNO9T2giumCQU9r0UgD7AQN/Mvn Mu/0jHXGkT4tsoO/n+o9pP8qwD5vueS8NAQbhJxc23tfaI6JpJ7Z2EwOS01Ro0w6BK yzjt8wwMKqjs9DLphKQWDXR9Gl1pr4Vpgw5wU6dqDNkZTaO3yRmph6ONbwzJJ1gvtN IEV5Sowcwq9eQ== From: Miguel Ojeda To: Miguel Ojeda , Wedson Almeida Filho , Alex Gaynor Cc: Boqun Feng , Gary Guo , =?UTF-8?q?Bj=C3=B6rn=20Roy=20Baron?= , Benno Lossin , Alice Ryhl , Andreas Hindborg , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev Subject: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer Date: Tue, 18 Jul 2023 07:45:20 +0200 Message-ID: <20230718054521.1048785-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alice has been involved with the Rust for Linux project for almost a year now. She has been primarily working on the Android Binder Driver [1]. In addition, she has been reviewing patches in the mailing list for some months and has submitted improvements to the core Rust support. She is also part of the core maintainer team for the widely used library Tokio [2], an asynchronous Rust runtime. Her expertise with the language will be very useful to have around in the future if Rust grows within the kernel, thus add her to the `RUST` entry as reviewer. Link: https://rust-for-linux.com/android-binder-driver [1] Link: https://tokio.rs [2] Signed-off-by: Miguel Ojeda Acked-by: Alice Ryhl Acked-by: Boqun Feng --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..f19f34e3926d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18542,6 +18542,7 @@ R: Boqun Feng R: Gary Guo R: Bj=C3=B6rn Roy Baron R: Benno Lossin +R: Alice Ryhl L: rust-for-linux@vger.kernel.org S: Supported W: https://github.com/Rust-for-Linux/linux base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 --=20 2.41.0