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 e3bc50c513 aya-ebpf: Remove irrelevant `FIXME` comment
eBPF verifier in recent kernels should be smart enough to track map
map types and catch invalid pointer casts. Rust type system makes sure
that the `get` method can return only the same type the map was created
with. Therefore, safe usage of Aya map types shouldn't cause element
type mismatches.

Manual alignment checks (`pointer::is_aligned` or manual pointer
arithmetic operations) cause the following verifier error:

```
bitwise operator &= on pointer prohibited
```

And it extremely unlikely `bpf_map_lookup_elem` ever returns a
misaligned pointer.
2 weeks ago
..
.cargo chore: Rename bpf dir to ebpf 2 years ago
aya-ebpf aya-ebpf: Remove irrelevant `FIXME` comment 2 weeks ago
aya-ebpf-bindings aya-obj, aya-ebpf-bindings: regenerate 4 months ago
aya-ebpf-cty taplo: reorder-keys 7 months ago
aya-log-ebpf aya-log-ebpf: zero copy! 3 weeks ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 2 years ago