Pre-RFC: BTF Relocations for Rust
A new pre-RFC discussion is underway to introduce BTF (BPF Type Format) relocations in Rust. This proposal aims to enhance Rust's capability to interact with BPF programs, which are commonly used in tracing and networking applications. The discussion highlights the need to support task->se.vruntime accesses, which are prevalent in C BPF programs. If implemented, this could make Rust a more viable choice for developing performance-critical BPF applications, expanding its applicability in systems programming.