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
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 aya-obj: Sanitize type names 4 days ago
generated aya-obj, aya-ebpf-bindings: regenerate 2 months ago
programs lint all crates; enable strict pointer lints 1 month ago
lib.rs lint all crates; enable strict pointer lints 1 month ago
links.rs Bump edition to 2024 8 months ago
maps.rs lint all crates; enable strict pointer lints 1 month ago
obj.rs Promote BTF loading failure to error on BTF relocs 3 weeks ago
relocation.rs lint all crates; enable strict pointer lints 1 month ago
util.rs lint all crates; enable strict pointer lints 1 month ago