Rust-for-Linux / linux

Adding support for the Rust language to the Linux kernel.
https://rust-for-linux.com
Other
3.83k stars 399 forks source link

rust: add debugfs abstraction #1041

Open Fabo opened 7 months ago

Fabo commented 7 months ago

For a driver, I have working on a debugfs abstraction.

This is not considered finished, and there are many things I want to change, so no need to review it yet. But anyway I decided to share it here for visibility and in case anyone else needs it.

This driver will depend on file::Operations to be upsteamed.

tgross35 commented 7 months ago

In case you haven't seen it, there is another debugfs implementation #885. Not sure how far along that is but you could likely build some off of it