Re: [PATCH RFC] soc: qcom: socinfo: Re-implement in Rust
From: Greg KH
Date: Sat Dec 13 2025 - 08:28:02 EST
On Sat, Dec 13, 2025 at 12:36:00AM +0000, Matthew Maurer wrote:
> Re-implements qcom-socinfo driver in Rust, using `Scoped`-based DebugFS
> bindings.
>
> Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>
> ---
> This patch converts the QC socinfo driver to Rust, intended to be the
> first Rust driver in Android that is owned by a vendor rather than the
> platform.
Um, shouldn't you have a signed-off-by from the maintainers of the .c
file here? You are deleting it, and then not adding anything to the
MAINTAINERS file to take ownership of this new file, which I thought
checkpatch would have warned about.
thanks,
greg k-h