aya/xtask
Michal Rostecki 88d20a0c99 feat(aya): Add iterator program type
BPF iterators[0] are a way to dump kernel data into user-space and an
alternative to `/proc` filesystem.

This change adds support for BPF iterators on the user-space side. It
provides a possibility to retrieve the outputs of BPF iterator programs
both from sync and async Rust code.

[0] https://docs.kernel.org/bpf/bpf_iterators.html
..
libbpf@20ea95b450 xtask: Generate new bindings
public-api feat(aya): Add iterator program type
src Allow QEMU to fall back
Cargo.toml chore: Don't use path deps in workspace