Re: [PATCH v1] rust: console: add abstraction for kernel console drivers
From: Matthew Wood
Date: Fri Feb 27 2026 - 18:47:47 EST
On Fri, Feb 27, 2026 at 06:14:43PM -0500, Greg Kroah-Hartman wrote:
> > This abstraction is a dependency for a Rust netconsole implementation
> > I am working on.
>
> I'd prefer to see it then, with the user, before even reviewing this
> one, sorry. That way we "know" it at least works for you.
>
Thanks for the reply Greg, that's a very fair request. Since the
complete netconsole Rust implementation crosses several subsytems
(module-support, net, configfs, console) and I haven't yet
submitted such a large series before:
1) Should I submit the complete implementation w/ dependencies as one
series?
2) If I create and include a minimum-viable functional example using
this console abstraction, would that suffice?
Regards,
Matthew