v0.20.1
·
879 commits
to refs/heads/master
since this release
What's Changed
libbpf-rs
- Added bindings for BTF via newly introduced
btfmodule - Added
Mapconstructors from pinned paths and from map id - Added
Map::as_libbpf_bpf_map_ptrandObject::as_libbpf_bpf_object_ptraccessors - Added
MapInfotype as a convenience wrapper aroundbpf_map_info- Added
Map::infotoMapto make it easier to deriveMapInfofrom aMapinstance
- Added
- Added
set_log_level,log_level, andautoloadmethods toOpenProgram - Removed deprecated
Link::get_fdmethod - Bumped minimum Rust version to
1.63
libbpf-cargo
- Switched over to using
libbpf-rs's BTF support internally for skeleton generation - Fixed potential build failures on systems defaulting to stack protector usage by passing
-fno-stack-protectortoclang
New Contributors
- @heyrutvik made their first contribution in #388
- @d-e-s-o made their first contribution in #389
Full Changelog: v0.20.0...v0.20.1