Re: [PATCH RFC 0/3] rust: tty: introduce TTY subsystem abstractions and rttyprintk
From: 하승종
Date: Mon Jan 26 2026 - 08:55:34 EST
2026년 1월 26일 (월) PM 10:25, Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>님이 작성:
>
> On Mon, Jan 26, 2026 at 2:13 PM 하승종 <engineer.jjhama@xxxxxxxxx> wrote:
> >
> > To answer your question directly: I do not have a plan to implement a specific
> > serial port driver at this moment.
> > My motivation for this patch series was simply to fill the missing TTY subsystem
> > gap in the Rust for Linux project. I believed that providing these abstractions
> > would be valuable as foundational infrastructure, enabling future developers to
> > write TTY-related drivers in Rust.
>
> Yeah, as Greg says, the kernel needs a user for new code.
>
> In these two pages I explain a bit the usual rules involved and some
> general guidelines on how to proceed with new abstractions:
>
> https://rust-for-linux.com/contributing#submitting-new-abstractions-and-modules
> https://rust-for-linux.com/rust-reference-drivers
>
> I hope that helps, and thanks for contributing -- a reference
> implementation is always good to have in the list :)
>
> Cheers,
> Miguel
Thanks for good comments!
I will make sure to read the guidelines carefully to align with the
community standards for
future contributions. I am glad that this series can serve as a
reference for others.
Best regards,
SeungJong Ha