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/xtask
Michal Rostecki 3141094200
ebpf: Call `bpf_probe_read` on `*const T` BTF arguments
It's necessary to call `bpf_probe_read` not only for pointers retrieved
from `PtRegs`, but also from BTF arguments.

`bpf_probe_read` might return an error, so the return type of `.arg()`
methods in contexts handling BTF arguments changes from `T` to
`Option<T>`. `None` is returned when `bpf_probe_read` call is not
successful.

Fixes: #542
3 months ago
..
libbpf@20ea95b450 xtask: Generate new bindings 1 year ago
public-api ebpf: Call `bpf_probe_read` on `*const T` BTF arguments 3 months ago
src ci: cache downloads 4 months ago
Cargo.toml ci: download gen_init_cpio with authentication 4 months ago