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 818271C2D; Tue, 5 Dec 2023 01:57:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l9yVHhLC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04A08C433C7; Tue, 5 Dec 2023 01:57:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701741434; bh=JqnBkwmcS9JHp6n+2eu4zom9fDoNynzAqfcSrp/+A0o=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=l9yVHhLCa43b5IuMUiBrAhKqEqFjd2q9FXH7MWBiCGIVzf9bgQaOlEHcWSs2IMQvA x06wg7/dOKsucMsPldHco2za3Dkl8MKiUrfCPTxUv502hgh4r3vj4d2CfQHxfP8UDB Z9gx5E8WgAyDkLnS8q5tIF01gp092ysCo1txL7BiIGMXdmySiAYNnwtpHIwiE9YQi7 3feA1N1gSZ8vb9amqKfcHJ9K7TRQnbEeWssvaYHjFQzITjiteWLoQo6UVKSK//7Yxx b+2Sxlcayu1q/taq9ag0RUtoYUOjzSaFdxy6BEDcIyPtkNFZHmKMj+qMkCj4hTgQzi qFv1BdI1lTKdA== 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:57:10 +0200 Message-Id: Cc: "FUJITA Tomonori" , , , , , , , , Subject: Re: [PATCH net-next v9 3/4] MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY From: "Jarkko Sakkinen" To: "Trevor Gross" X-Mailer: aerc 0.16.0 References: <20231205011420.1246000-1-fujita.tomonori@gmail.com> <20231205011420.1246000-4-fujita.tomonori@gmail.com> In-Reply-To: On Tue Dec 5, 2023 at 3:53 AM EET, Trevor Gross wrote: > On Mon, Dec 4, 2023 at 8:49=E2=80=AFPM Jarkko Sakkinen wrote: > > > > 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 > > Thanks, was not aware this was needed. Trevor is an actor here so it is just common sense to be aware that the person is signed up for the job. Compare to any other contract that you've made in your span of life :-) BR, Jarkko