Re: [PATCH 0/4] Rust netlink support + use in Rust Binder

From: Andrew Lunn

Date: Sat Mar 07 2026 - 16:57:39 EST


> > Please no duplication of existing code in Rust.
>
> The plan is certainly to get rid of C Binder, but it was unfortunately
> not possible to get there without a transition period.

Dumb question....

Why?

You are just sending messages to user space. Does the rust version
send different messages? Can user space tell the difference?

Andrew