On Fri, Mar 13, 2026 at 06:12:31PM +0000, Markus Probst wrote: > Add rust private data to `struct serdev_device`, as it is required by the > rust abstraction added in the following commit > (rust: add basic serial device bus abstractions).
why is rust "special" here? What's wrong with the existing private pointer in this structure? Why must we add another one? thanks, greg k-h
