Re: [PATCH 0/4] Rust netlink support + use in Rust Binder
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-03-07 21:57:18
Also in:
lkml, rust-for-linux
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-03-07 21:57:18
Also in:
lkml, rust-for-linux
quoted
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