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/public-api
Michal Rostecki 497d3e333c
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
5 months ago
..
aya-ebpf-bindings.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-ebpf-cty.txt chore: Bless public API changes 1 year ago
aya-ebpf-macros.txt chore: Bless public API changes 1 year ago
aya-ebpf.txt ebpf: Call `bpf_probe_read` on `*const T` BTF arguments 5 months ago
aya-log-common.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-log.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya-obj.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago
aya.txt build(deps): update public-api requirement in the cargo-crates group 5 months ago