aya/bpf
Johannes Edmeier 2d79f22b40 aya-bpf: use bpf_read_probe for reading pt_regs
Linux Kernels < 5.5 don't support bpf_probe_read_kernel. Therefore
bpf_probe_read must be used for compatibility reasons.
..
aya-bpf aya-bpf: use bpf_read_probe for reading pt_regs
aya-bpf-bindings bpf: re-reun build.rs if env changed
aya-bpf-cty bpf: re-reun build.rs if env changed
aya-bpf-macros bpf: Implement BPF_PROG_TYPE_CGROUP_SOCK
Cargo.toml bpf: add aya-bpf-bindings