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/ebpf
Michal R 9b913a884d aya-ebpf: Remove `AyaBtfMapMarker`
It was never necessary in the first place. There is no place in the
kernel that enforces BTF map structs themselves to be anonymous. Only
pointer types (that are members of BTF maps) have to be anonymous, but
that's currently handled by LLVM[0].

BTF maps work just fine without it.

[0] https://github.com/llvm/llvm-project/pull/163174
1 month ago
..
.cargo chore: Rename bpf dir to ebpf 2 years ago
aya-ebpf aya-ebpf: Remove `AyaBtfMapMarker` 1 month ago
aya-ebpf-bindings ebpf: extract CARGO_CFG_BPF_TARGET_ARCH logic 2 months ago
aya-ebpf-cty ebpf: extract CARGO_CFG_BPF_TARGET_ARCH logic 2 months ago
aya-log-ebpf aya: rename `set_` methods on `EbpfLoader` 2 months ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 2 years ago