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 705A423C1; Tue, 5 Dec 2023 01:49:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bYRSz+NN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4DDCC433C7; Tue, 5 Dec 2023 01:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701740977; bh=81TCWr50PvK0wxgyXdF4t9EGy/NUlI+QFv8PRp6f/Wo=; h=Date:To:Cc:Subject:From:References:In-Reply-To:From; b=bYRSz+NNxUEJ7MU0fx18t1Ghqy8UUoadz2BftmOn8C/JzIL58EPOphn4LG9vikY1H UiXmY02oE64ipg0WI1GdP4Vd5WvKrz90+tUuD1yXfryuJ3UuTG+b6Bo0tURlrgSmtC ndYoi37XZFFh/m0XzcS5om0m/vj3jpo5MXTG17gpWo2m4GUBs8qnetLO4coVuboS/4 p02UU/14hMoITTJubzxGrmFOJIKK/dqjwEPzITFUvqY7KZSUK0G/lEvaeFzbDlNaZ0 1or9M97xU7cSYwSPn6QggO3akhCqbvSjXWoe5lx4pHSW6OZNskqNuf59Bc3eyVrJPz vjqUSBRPFSbtQ== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 Dec 2023 03:49:32 +0200 Message-Id: To: "FUJITA Tomonori" , Cc: , , , , , , , Subject: Re: [PATCH net-next v9 3/4] MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY From: "Jarkko Sakkinen" X-Mailer: aerc 0.16.0 References: <20231205011420.1246000-1-fujita.tomonori@gmail.com> <20231205011420.1246000-4-fujita.tomonori@gmail.com> In-Reply-To: <20231205011420.1246000-4-fujita.tomonori@gmail.com> On Tue Dec 5, 2023 at 3:14 AM EET, FUJITA Tomonori wrote: > Adds me as a maintainer and Trevor as a reviewer. > > The files are placed at rust/kernel/ directory for now but the files > are likely to be moved to net/ directory once a new Rust build system > is implemented. > > Signed-off-by: FUJITA Tomonori > Reviewed-by: Andrew Lunn This is lacking sob from Trevor. BR, Jarkko