You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-obj/src/btf
Michal R 5d02c6b1df aya-obj: Sanitize type names
Rust emits characters like `<` and `>` in name types with generics, that
are not accepted by the Linux kernel.

In theory, the correct place to fix that would be the Linux kernel, but
given that we have to support old kernels and that such change would be
controversial, it's better to fix it up on our side, at least for now.

We used to rely on bpf-linker to fix that up, but given that we want to
support binutils at some point, we need to do it in Aya during the load.
4 days ago
..
btf.rs aya-obj: Sanitize type names 4 days ago
info.rs lint all crates; enable strict pointer lints 1 month ago
mod.rs Use #[expect(...)] rather than #[allow(...)] 8 months ago
relocation.rs aya-obj: apply enum64-to-union fixup in reloc 3 weeks ago
types.rs aya-obj: apply enum64-to-union fixup in reloc 3 weeks ago