aya/bpf/aya-bpf
Thia Wyrod b655cf973f
aya-bpf: remove unnecessary unsafe markers on map functions.
Map lookup and deletion can yield stale keys and values by virtue of
sharing a data structure with userspace programs and other BPF programs
which can modify it. However, all accesses remain perfectly safe and will
not cause memory corruption or data races.
..
src aya-bpf: remove unnecessary unsafe markers on map functions.
Cargo.toml bpf: add aya-bpf-bindings
build.rs aya-bpf: implement argument coercion for pt_regs and BTF programs