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 70919e3597 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
4 days ago
..
.cargo chore: Rename bpf dir to ebpf 2 years ago
aya-ebpf aya-ebpf: Remove `AyaBtfMapMarker` 4 days ago
aya-ebpf-bindings ebpf: extract CARGO_CFG_BPF_TARGET_ARCH logic 2 weeks ago
aya-ebpf-cty ebpf: extract CARGO_CFG_BPF_TARGET_ARCH logic 2 weeks ago
aya-log-ebpf aya: rename `set_` methods on `EbpfLoader` 3 weeks ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 2 years ago