-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Description
Aya allows to write BPF programs in Rust which is natively compiled by Rust compiler.
https://github.com/aya-rs/aya
TODO
Upstream
- Implement Raw Tracepoints and LSM Probes aya-rs/aya#9
- Refactor to do all formatting in userspace aya-rs/aya-log#4
- Add support for BPF_MAP_TYPE_LPM_TRIE aya-rs/aya#128
Downstream
First steps, which can be done now:
- Try to use aya only in userspce (as the 1st step) #135
- [aya] Rewrite sched_process_fork and clone_audit programs in Rust #136
- [aya] Rewrite syslog_audit in Rust #137
Items blocked by upstream: